From 855da8701edbb19818069ad8545d5b9f030bb33f Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Sat, 16 Jan 2021 20:45:10 -0800 Subject: [PATCH] Fix unset in ChargeCurrent --- mesh.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;