浏览代码

battery limit color

Thomas Buck 1年前
父节点
当前提交
471e4f99e1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/image.c

+ 1
- 1
src/image.c 查看文件

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
 

正在加载...
取消
保存