From cd1a43fe4654fcefe19299276a2a19dedcc79df2 Mon Sep 17 00:00:00 2001 From: Sjef Verhoeven PE5PVB Date: Fri, 17 Jan 2025 12:58:09 +0100 Subject: [PATCH] Cleanup --- src/TEF6686.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TEF6686.cpp b/src/TEF6686.cpp index 8d687c3..6b89c65 100644 --- a/src/TEF6686.cpp +++ b/src/TEF6686.cpp @@ -481,7 +481,7 @@ void TEF6686::readRDS(byte showrdserrors) { // USA Station callsign decoder if (ps_process && rds.correctPI != 0 && rds.region == 1 && correctPIold != rds.correctPI) { bool foundMatch = false; - File file; + fs::File file; if (SPIFFS.begin(true)) { delay(5);