include our local user in the node db

This commit is contained in:
geeksville
2020-02-04 09:00:17 -08:00
parent b04fb061c4
commit b538677ad2
6 changed files with 60 additions and 49 deletions

View File

@@ -37,6 +37,8 @@ MeshService::MeshService()
void MeshService::init()
{
nodeDB.init();
if (!radio.init())
DEBUG_MSG("radio init failed\n");
}