Browse Source

battery limit color

Thomas Buck 9 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
 }
90
 }
91
 
91
 
92
 void draw_battery_indicator(void) {
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
     static char prev_s[30] = {0};
94
     static char prev_s[30] = {0};
95
     static uint32_t prev_c = 0;
95
     static uint32_t prev_c = 0;
96
 
96
 

Loading…
Cancel
Save