You've already forked TEF6686_ESP32
Fix: PI was not correctly send to Stationlist
This commit is contained in:
@@ -2308,7 +2308,7 @@ void showPI() {
|
|||||||
PIold = radio.rds.picode;
|
PIold = radio.rds.picode;
|
||||||
if (wifi) {
|
if (wifi) {
|
||||||
Udp.beginPacket(remoteip, 9030);
|
Udp.beginPacket(remoteip, 9030);
|
||||||
Udp.print("from=TEF tuner;PI=" + String(radio.rds.picode));
|
Udp.print("from=TEF tuner;PI=" + String(radio.rds.picode,4));
|
||||||
Udp.endPacket();
|
Udp.endPacket();
|
||||||
}
|
}
|
||||||
strcpy(radioIdPrevious, radio.rds.picode);
|
strcpy(radioIdPrevious, radio.rds.picode);
|
||||||
|
|||||||
Reference in New Issue
Block a user