This commit is contained in:
Sjef Verhoeven PE5PVB
2025-01-17 12:58:09 +01:00
parent 378b776422
commit cd1a43fe46

View File

@@ -481,7 +481,7 @@ void TEF6686::readRDS(byte showrdserrors) {
// USA Station callsign decoder // USA Station callsign decoder
if (ps_process && rds.correctPI != 0 && rds.region == 1 && correctPIold != rds.correctPI) { if (ps_process && rds.correctPI != 0 && rds.region == 1 && correctPIold != rds.correctPI) {
bool foundMatch = false; bool foundMatch = false;
File file; fs::File file;
if (SPIFFS.begin(true)) { if (SPIFFS.begin(true)) {
delay(5); delay(5);