add dummy function
This commit is contained in:
parent
535ed3cbdb
commit
3381d68baa
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user