RDS data for XDRGTK changed to uppercase

Fix a init problem cuased by X-tal selector. Needs some additional work
This commit is contained in:
Sjef Verhoeven PE5PVB
2024-01-27 17:48:03 +01:00
parent dbf8cf61da
commit e473812904
3 changed files with 9 additions and 4 deletions
+2 -1
View File
@@ -616,4 +616,5 @@ void tryWiFi() {
Server.end();
Udp.stop();
WiFi.mode(WIFI_OFF);
}
}
}