Remove sending network ping to displayed node on interval

This commit is contained in:
GUVWAF
2023-03-26 16:16:01 +02:00
committed by Thomas Göttgens
co-authored by Thomas Göttgens
parent 8a81f190b8
commit 8f736c8ecc
6 changed files with 0 additions and 38 deletions
-6
View File
@@ -58,12 +58,6 @@ meshtastic_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) {}
/**