mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 03:29:58 +02:00
[ion/f730/battery] WIP: Temporary dummy Charge::FULL level
This commit is contained in:
@@ -18,6 +18,7 @@ bool isCharging() {
|
||||
}
|
||||
|
||||
Charge level() {
|
||||
return Charge::FULL;
|
||||
if (voltage() < 3.2f) {
|
||||
return Charge::EMPTY;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user