Remove router heartbeat

pull/133/head
Ben Meadors 2022-03-26 15:16:09 -05:00
rodzic 4fb1330c73
commit dd0b91ffbb
1 zmienionych plików z 0 dodań i 6 usunięć

Wyświetl plik

@ -29,12 +29,6 @@ message DeviceMetrics {
* Percent of airtime for transmission used within the last hour. * Percent of airtime for transmission used within the last hour.
*/ */
float air_util_tx = 4; float air_util_tx = 4;
/*
* This is sent by node only if it a router and if hop_limit is set to 0
* and is not being sent as a reliable message.
*/
bool router_heartbeat = 5;
} }
/* /*