瀏覽代碼

battery limit color

Thomas Buck 9 月之前
父節點
當前提交
471e4f99e1
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/image.c

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

@@ -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…
取消
儲存