diff --git a/mesh.proto b/mesh.proto index 42eaed3..066b547 100644 --- a/mesh.proto +++ b/mesh.proto @@ -487,7 +487,7 @@ enum RegionCode { configured. This is passed into the axp power management chip like on the tbeam. */ enum ChargeCurrent { - Unset = 0; + MAUnset = 0; MA100 = 1; MA190 = 2; MA280 = 3;