AF screen will now also refresh when Method B is detected

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-10-12 15:13:40 +02:00
parent c0780d3b4d
commit e16ffedbdc
3 changed files with 5 additions and 1 deletions
+2
View File
@@ -46,6 +46,7 @@ TFT_eSPI tft = TFT_eSPI(240, 320);
bool advancedRDS;
bool af;
bool afmethodBold;
bool afpage;
bool afscreen;
bool aftest;
@@ -2266,6 +2267,7 @@ void ShowFreq(int mode) {
rdsreset = true;
licold = 254;
ECCold = 253;
afmethodBold = false;
if (wifi) {
Udp.beginPacket(remoteip, 9030);