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
|
|
@ -651,6 +651,7 @@ void setup() {
|
|||
LittleFS.begin();
|
||||
fs = &LittleFS;
|
||||
IdentityStore store(LittleFS, "/identity");
|
||||
store.begin();
|
||||
#else
|
||||
#error "need to define filesystem"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue