mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Fix unset in ChargeCurrent
This commit is contained in:
parent
e2c9b17241
commit
855da8701e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue