add dummy function

This commit is contained in:
minacode 2022-10-12 20:29:33 +02:00
parent 535ed3cbdb
commit 3381d68baa

View File

@ -21,6 +21,10 @@ namespace Pinetime {
return voltage; return voltage;
} }
bool BatteryIsLow() const {
return false;
}
bool IsCharging() const { bool IsCharging() const {
// isCharging will go up and down when fully charged // isCharging will go up and down when fully charged
// isFull makes sure this returns false while fully charged. // isFull makes sure this returns false while fully charged.