Fixed ECC

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-10-09 17:17:09 +02:00
parent c9eb52046d
commit 014a4614bb
2 changed files with 2 additions and 2 deletions

View File

@@ -2253,6 +2253,7 @@ void ShowFreq(int mode) {
rdsreset = true;
clearrds = true;
licold = 254;
ECCold = 253;
if (wifi) {
Udp.beginPacket(remoteip, 9030);

View File

@@ -664,13 +664,12 @@ void BuildAdvancedRDS() {
batteryold = 6;
batteryVold = 0;
vPerold = 0;
ECCold = 253;
strcpy(programTypePrevious, "");
strcpy(radioIdPrevious, "");
programServicePrevious = "";
ptynold = " ";
MSold = 0;
ECCold = 254;
licold = 254;
af_counterold = 254;
TAold = false;