Use percentage instead of IsFull
This commit is contained in:
parent
ac2ccaeff6
commit
b31b2425f8
2 changed files with 1 additions and 5 deletions
|
|
@ -32,10 +32,6 @@ namespace Pinetime {
|
|||
return isPowerPresent;
|
||||
}
|
||||
|
||||
bool IsFull() const {
|
||||
return isFull;
|
||||
}
|
||||
|
||||
private:
|
||||
static Battery* instance;
|
||||
nrf_saadc_value_t saadc_value;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue