Fixed ECC
This commit is contained in:
@@ -2253,6 +2253,7 @@ void ShowFreq(int mode) {
|
|||||||
rdsreset = true;
|
rdsreset = true;
|
||||||
clearrds = true;
|
clearrds = true;
|
||||||
licold = 254;
|
licold = 254;
|
||||||
|
ECCold = 253;
|
||||||
|
|
||||||
if (wifi) {
|
if (wifi) {
|
||||||
Udp.beginPacket(remoteip, 9030);
|
Udp.beginPacket(remoteip, 9030);
|
||||||
|
|||||||
+1
-2
@@ -664,13 +664,12 @@ void BuildAdvancedRDS() {
|
|||||||
batteryold = 6;
|
batteryold = 6;
|
||||||
batteryVold = 0;
|
batteryVold = 0;
|
||||||
vPerold = 0;
|
vPerold = 0;
|
||||||
|
ECCold = 253;
|
||||||
strcpy(programTypePrevious, "");
|
strcpy(programTypePrevious, "");
|
||||||
strcpy(radioIdPrevious, "");
|
strcpy(radioIdPrevious, "");
|
||||||
programServicePrevious = "";
|
programServicePrevious = "";
|
||||||
ptynold = " ";
|
ptynold = " ";
|
||||||
MSold = 0;
|
MSold = 0;
|
||||||
ECCold = 254;
|
|
||||||
licold = 254;
|
licold = 254;
|
||||||
af_counterold = 254;
|
af_counterold = 254;
|
||||||
TAold = false;
|
TAold = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user