mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-05-18 03:16:11 +00:00
* RP2040 IdentityStore begin(), to ensure mkdir()
This commit is contained in:
@@ -889,6 +889,7 @@ void setup() {
|
||||
LittleFS.begin();
|
||||
fs = &LittleFS;
|
||||
IdentityStore store(LittleFS, "/identity");
|
||||
store.begin();
|
||||
#elif defined(ESP32)
|
||||
SPIFFS.begin(true);
|
||||
fs = &SPIFFS;
|
||||
|
||||
Reference in New Issue
Block a user