From 5b96a85591e433bb2b60dde18579e2f8c690f161 Mon Sep 17 00:00:00 2001 From: sakabin Date: Wed, 6 Mar 2019 14:19:00 +0800 Subject: [PATCH] Fix power bug --- src/utility/Power.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utility/Power.h b/src/utility/Power.h index 2dabd91..4edf21e 100644 --- a/src/utility/Power.h +++ b/src/utility/Power.h @@ -16,6 +16,7 @@ class POWER POWER(); bool setCharge(bool enabled); + bool setKeepLightLoad(bool en); bool setPowerBoostKeepOn(bool en); bool canControl(); bool isChargeFull();