fix: nodenum 4 (#2798)

* tryfix: nodenum 4

* trunk fmt

* rename vars and fix brackets

* purge invalid db entries

* trunk fmt
This commit is contained in:
Manuel
2023-09-18 13:16:37 +02:00
committed by GitHub
parent a1514b8b64
commit 1bae926576
2 changed files with 24 additions and 12 deletions

View File

@@ -146,6 +146,9 @@ class NodeDB
/// read our db from flash
void loadFromDisk();
/// purge db entries without user info
void cleanupMeshDB();
/// Reinit device state from scratch (not loading from disk)
void installDefaultDeviceState(), installDefaultChannels(), installDefaultConfig(), installDefaultModuleConfig();
};