diff --git a/ion/src/f730/battery.cpp b/ion/src/f730/battery.cpp index f3ed16364..212ab7214 100644 --- a/ion/src/f730/battery.cpp +++ b/ion/src/f730/battery.cpp @@ -18,6 +18,7 @@ bool isCharging() { } Charge level() { + return Charge::FULL; if (voltage() < 3.2f) { return Charge::EMPTY; }