* new nRF52 impl for advert blobs

This commit is contained in:
Scott Powell 2025-06-06 19:50:51 +10:00
parent 6e0b505a2a
commit dd808ee6c7
3 changed files with 102 additions and 37 deletions

View file

@ -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");