kopia lustrzana https://github.com/meshtastic/protobufs
Fix unset in ChargeCurrent
rodzic
e2c9b17241
commit
855da8701e
|
@ -487,7 +487,7 @@ enum RegionCode {
|
||||||
configured. This is passed into the axp power management chip like on the tbeam.
|
configured. This is passed into the axp power management chip like on the tbeam.
|
||||||
*/
|
*/
|
||||||
enum ChargeCurrent {
|
enum ChargeCurrent {
|
||||||
Unset = 0;
|
MAUnset = 0;
|
||||||
MA100 = 1;
|
MA100 = 1;
|
||||||
MA190 = 2;
|
MA190 = 2;
|
||||||
MA280 = 3;
|
MA280 = 3;
|
||||||
|
|
Ładowanie…
Reference in New Issue