You've already forked TEF6686_ESP32
Bugfix in mutescreen routine
This commit is contained in:
@@ -1007,7 +1007,7 @@ void GetData() {
|
|||||||
if (advancedRDS && !afscreen && !screenmute) ShowAdvancedRDS();
|
if (advancedRDS && !afscreen && !screenmute) ShowAdvancedRDS();
|
||||||
if (afscreen && !screenmute) ShowAFEON();
|
if (afscreen && !screenmute) ShowAFEON();
|
||||||
if (!afscreen) {
|
if (!afscreen) {
|
||||||
ShowErrors();
|
if (!screenmute) ShowErrors();
|
||||||
showPTY();
|
showPTY();
|
||||||
showECC();
|
showECC();
|
||||||
showRadioText();
|
showRadioText();
|
||||||
|
|||||||
10
src/rds.cpp
10
src/rds.cpp
@@ -587,11 +587,11 @@ void showPI() {
|
|||||||
PIold = radio.rds.picode;
|
PIold = radio.rds.picode;
|
||||||
stationIDold = radio.rds.stationID;
|
stationIDold = radio.rds.stationID;
|
||||||
stationStateold = radio.rds.stationState;
|
stationStateold = radio.rds.stationState;
|
||||||
if (wifi) {
|
}
|
||||||
Udp.beginPacket(remoteip, 9030);
|
if (wifi) {
|
||||||
Udp.print("from=TEF_tuner " + String(stationlistid, DEC) + ";PI=" + String(radio.rds.picode, 4));
|
Udp.beginPacket(remoteip, 9030);
|
||||||
Udp.endPacket();
|
Udp.print("from=TEF_tuner " + String(stationlistid, DEC) + ";PI=" + String(radio.rds.picode, 4));
|
||||||
}
|
Udp.endPacket();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user