* build fixes for old ESP32 boards

This commit is contained in:
Scott Powell
2026-07-22 19:52:23 +10:00
parent a96a66aa99
commit 56274db4ad
+1
View File
@@ -11,6 +11,7 @@
#include <LittleFS.h>
#elif defined(ESP32)
#include <SPIFFS.h>
using File = fs::File;
#endif
#ifdef WITH_RS232_BRIDGE