Added Multipath indicator

This commit is contained in:
Sjef Verhoeven PE5PVB
2025-01-31 14:17:37 +01:00
parent 6bdf7012a2
commit 74c100cf33
3 changed files with 40 additions and 26 deletions

View File

@@ -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

View File

@@ -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);