Slow down display of BW and SNR

Add a timer for display.
This commit is contained in:
kevin
2023-06-18 21:07:45 +08:00
parent 1c92648668
commit c62d406d87
2 changed files with 37 additions and 23 deletions
+4
View File
@@ -19,6 +19,10 @@ enum RADIO_TUNE_MODE {
TUNE_MAN, TUNE_AUTO, TUNE_MEM, TUNE_MI_BAND
};
#define TIMER_BW_TIMER (TIMER_500_TICK)
#define TIMER_SNR_TIMER (TIMER_500_TICK)
#define TIMER_500_TICK 500
#define BAT_LEVEL_EMPTY 1600
#define BAT_LEVEL_WARN 1700
#define BAT_LEVEL_FULL 2270