Bat icon adjust

1.Add slow down timer
2.if bat adc value < BAT_LEVEL_WARN, bat icon will turn red.
This commit is contained in:
kevin
2023-07-04 17:05:01 +08:00
parent 931a4de842
commit df618b121e
2 changed files with 21 additions and 5 deletions
+1
View File
@@ -1,6 +1,7 @@
#define TIMER_OFFSET_TIMER (TIMER_500_TICK)
#define TIMER_BW_TIMER (TIMER_500_TICK)
#define TIMER_SNR_TIMER (TIMER_500_TICK)
#define TIMER_BAT_TIMER (TIMER_500_TICK)
#define TIMER_500_TICK 500
#define BAT_LEVEL_EMPTY 1600