mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* new nRF52 impl for advert blobs
This commit is contained in:
parent
6e0b505a2a
commit
dd808ee6c7
3 changed files with 102 additions and 37 deletions
|
|
@ -1291,7 +1291,9 @@ void MyMesh::checkCLIRescueCmd() {
|
|||
bool success = _store->formatFileSystem();
|
||||
if (success) {
|
||||
_store->saveMainIdentity(self_id);
|
||||
savePrefs();
|
||||
saveContacts();
|
||||
saveChannels();
|
||||
Serial.println(" > erase and rebuild done");
|
||||
} else {
|
||||
Serial.println(" Error: erase failed");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue