Use percentage instead of IsFull
This commit is contained in:
@@ -32,10 +32,6 @@ namespace Pinetime {
|
||||
return isPowerPresent;
|
||||
}
|
||||
|
||||
bool IsFull() const {
|
||||
return isFull;
|
||||
}
|
||||
|
||||
private:
|
||||
static Battery* instance;
|
||||
nrf_saadc_value_t saadc_value;
|
||||
|
Reference in New Issue
Block a user