mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 02:32:23 +00:00
Fix #59 no need for broadcasts when showing new node pane
This commit is contained in:
@@ -95,4 +95,10 @@ class NodeDB
|
||||
void loadFromDisk();
|
||||
};
|
||||
|
||||
/**
|
||||
* The node number the user is currently looking at
|
||||
* 0 if none
|
||||
*/
|
||||
extern NodeNum displayedNodeNum;
|
||||
|
||||
extern NodeDB nodeDB;
|
||||
|
||||
Reference in New Issue
Block a user