* RP2040 IdentityStore begin(), to ensure mkdir()

Este commit está contenido en:
Scott Powell
2025-04-22 15:26:04 +10:00
padre 2ba3f42f30
commit a87b5231cc
Se han modificado 5 ficheros con 9 adiciones y 1 borrados
+1
Ver fichero
@@ -889,6 +889,7 @@ void setup() {
LittleFS.begin();
fs = &LittleFS;
IdentityStore store(LittleFS, "/identity");
store.begin();
#elif defined(ESP32)
SPIFFS.begin(true);
fs = &SPIFFS;