Fix #59 no need for broadcasts when showing new node pane

This commit is contained in:
geeksville
2020-05-21 17:21:44 -07:00
parent 9dd88281af
commit d2de04d5b2
5 changed files with 26 additions and 3 deletions

View File

@@ -48,6 +48,12 @@ User &owner = devicestate.owner;
static uint8_t ourMacAddr[6];
/**
* The node number the user is currently looking at
* 0 if none
*/
NodeNum displayedNodeNum;
NodeDB::NodeDB() : nodes(devicestate.node_db), numNodes(&devicestate.node_db_count) {}
void NodeDB::resetRadioConfig()