summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/debug_menu.c')
-rw-r--r--apps/debug_menu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 2dbe472456..d4e28ab2e2 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -825,6 +825,8 @@ bool view_battery(void)
snprintf(buf, 30, "Est. remaining: %d m", battery_time());
lcd_puts(0, 6, buf);
+ snprintf(buf, 30, "Trickle sec: %d/60", trickle_sec);
+ lcd_puts(0, 7, buf);
#ifdef HAVE_CHARGE_CTRL
#endif
break;