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