add dummy function

main
minacode 2022-10-12 20:29:33 +07:00
parent 535ed3cbdb
commit 3381d68baa
1 changed files with 4 additions and 0 deletions

@ -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.