Skip to content

Commit

Permalink
Fix to ChargeCurrent.
Browse files Browse the repository at this point in the history
  • Loading branch information
mc-hamster authored Jan 17, 2021
1 parent ff4ff06 commit e2c9b17
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -488,22 +488,22 @@ enum RegionCode {
*/
enum ChargeCurrent {
Unset = 0;
100MA = 1;
190MA = 2;
280MA = 3;
360MA = 4;
450MA = 5;
550MA = 6;
630MA = 7;
700MA = 8;
780MA = 9;
880MA = 10;
960MA = 11;
1000MA = 12;
1080MA = 13;
1160MA = 14;
1240MA = 15;
1320MA = 16;
MA100 = 1;
MA190 = 2;
MA280 = 3;
MA360 = 4;
MA450 = 5;
MA550 = 6;
MA630 = 7;
MA700 = 8;
MA780 = 9;
MA880 = 10;
MA960 = 11;
MA1000 = 12;
MA1080 = 13;
MA1160 = 14;
MA1240 = 15;
MA1320 = 16;
}

/**
Expand Down

0 comments on commit e2c9b17

Please sign in to comment.