From aec175ee28b007e827bce15eee9ac4e0b7a524c2 Mon Sep 17 00:00:00 2001 From: DiSlord Date: Sat, 15 May 2021 23:18:06 +0300 Subject: [PATCH] Fix battery icon --- plot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plot.c b/plot.c index 80ee7e1..fe27cc2 100644 --- a/plot.c +++ b/plot.c @@ -1776,7 +1776,7 @@ draw_frequencies(void) // Draw battery level #define BATTERY_TOP_LEVEL 4200 -#define BATTERY_BOTTOM_LEVEL 3200 +#define BATTERY_BOTTOM_LEVEL 3300 #define BATTERY_WARNING_LEVEL 3300 #define BATTERY_MID_LEVEL 3600