Fix power bug

This commit is contained in:
sakabin
2019-03-06 14:19:00 +08:00
parent 356f5b2403
commit 5b96a85591
+1
View File
@@ -16,6 +16,7 @@ class POWER
POWER();
bool setCharge(bool enabled);
bool setKeepLightLoad(bool en);
bool setPowerBoostKeepOn(bool en);
bool canControl();
bool isChargeFull();