summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/debug_menu.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index ed13facf89..12f5e059e0 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -815,13 +815,7 @@ bool view_battery(void)
815 power_history[POWER_HISTORY_LEN-1] % 100); 815 power_history[POWER_HISTORY_LEN-1] % 100);
816 lcd_puts(0, 3, buf); 816 lcd_puts(0, 3, buf);
817 817
818 snprintf(buf, 30, "Lazy time amount: %d%%", 818 snprintf(buf, 30, "battery level: %d%%", battery_level());
819 (powermgmt_last_cycle_startstop_min < 20)
820 ? battery_lazyness[powermgmt_last_cycle_startstop_min]
821 : 0);
822 lcd_puts(0, 4, buf);
823
824 snprintf(buf, 30, "resulting act.lev: %d%%", battery_level());
825 lcd_puts(0, 5, buf); 819 lcd_puts(0, 5, buf);
826 820
827 snprintf(buf, 30, "Est. remaining: %d m", battery_time()); 821 snprintf(buf, 30, "Est. remaining: %d m", battery_time());