mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* RP2040 IdentityStore begin(), to ensure mkdir()
This commit is contained in:
parent
2ba3f42f30
commit
a87b5231cc
5 changed files with 9 additions and 1 deletions
|
|
@ -889,6 +889,7 @@ void setup() {
|
|||
LittleFS.begin();
|
||||
fs = &LittleFS;
|
||||
IdentityStore store(LittleFS, "/identity");
|
||||
store.begin();
|
||||
#elif defined(ESP32)
|
||||
SPIFFS.begin(true);
|
||||
fs = &SPIFFS;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue