diff --git a/sim/components/battery/BatteryController.h b/sim/components/battery/BatteryController.h index d84af45..d07243d 100644 --- a/sim/components/battery/BatteryController.h +++ b/sim/components/battery/BatteryController.h @@ -21,6 +21,10 @@ namespace Pinetime { return voltage; } + bool BatteryIsLow() const { + return false; + } + bool IsCharging() const { // isCharging will go up and down when fully charged // isFull makes sure this returns false while fully charged.