You've already forked TEF6686_ESP32
Added Multipath indicator
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
#define TIMER_OFFSET_TIMER (TIMER_500_TICK)
|
||||
#define TIMER_BW_TIMER (TIMER_500_TICK)
|
||||
#define TIMER_SNR_TIMER (TIMER_500_TICK)
|
||||
#define TIMER_SNR_TIMER 100
|
||||
#define TIMER_BAT_TIMER (TIMER_500_TICK)
|
||||
#define TIMER_SCREENSAVER_BASE 1000000
|
||||
#define TIMER_500_TICK 500
|
||||
|
||||
@@ -2982,7 +2982,8 @@ void BuildDisplay() {
|
||||
}
|
||||
}
|
||||
if (usesquelch || autosquelch) tftPrint(-1, "SQ:", 212, 145, ActiveColor, ActiveColorSmooth, 16);
|
||||
tftPrint(1, "C/N", 270, 163, ActiveColor, ActiveColorSmooth, 16);
|
||||
tftPrint(-1, "MP", 212, 163, ActiveColor, ActiveColorSmooth, 16);
|
||||
tftPrint(1, "C/N", 278, 163, ActiveColor, ActiveColorSmooth, 16);
|
||||
tftPrint(-1, "dB", 300, 163, ActiveColor, ActiveColorSmooth, 16);
|
||||
|
||||
tftPrint(0, "S", 7, 101, ActiveColor, ActiveColorSmooth, 16);
|
||||
|
||||
Reference in New Issue
Block a user