Skip to content

Commit

Permalink
Fix unset in ChargeCurrent
Browse files Browse the repository at this point in the history
  • Loading branch information
mc-hamster authored Jan 17, 2021
1 parent e2c9b17 commit 855da87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 855da87

Please sign in to comment.