Browse Source

battery limit color

Thomas Buck 8 months ago
parent
commit
471e4f99e1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/image.c

+ 1
- 1
src/image.c View File

@@ -90,7 +90,7 @@ void draw_splash(void) {
90 90
 }
91 91
 
92 92
 void draw_battery_indicator(void) {
93
-    static const float batt_warn_limit = 15.0f;
93
+    static const float batt_warn_limit = 0.0f;
94 94
     static char prev_s[30] = {0};
95 95
     static uint32_t prev_c = 0;
96 96
 

Loading…
Cancel
Save