Reset nodedb wiring (#1724)

This commit is contained in:
Ben Meadors
2022-09-28 16:47:26 -05:00
committed by GitHub
parent ab4b3a50ee
commit ac235bcabb
3 changed files with 16 additions and 3 deletions

View File

@@ -115,7 +115,7 @@ class NodeDB
/// Return the number of nodes we've heard from recently (within the last 2 hrs?)
size_t getNumOnlineNodes();
void initConfigIntervals(), initModuleConfigIntervals();
void initConfigIntervals(), initModuleConfigIntervals(), resetNodes();
bool factoryReset();