Reduce size of airtime repeated struct in mynodeinfo

pull/54/head
Jm Casler 2021-12-07 11:46:21 -08:00
rodzic b2410cc123
commit 86e79e9298
2 zmienionych plików z 3 dodań i 6 usunięć

Wyświetl plik

@ -38,3 +38,6 @@
# MyMessage.name max_size:40
# or fixed_length or fixed_count, or max_count
*MyNodeInfo.air_period_tx max_count:24
*MyNodeInfo.air_period_rx max_count:24
# *MyNodeInfo.air_period_rx_all max_count:12

Wyświetl plik

@ -962,12 +962,6 @@ message MyNodeInfo {
*/
repeated uint32 air_period_rx = 17;
/*
* 48 time windows of 1hr each with the airtime of valid lora packets. This includes
* packets that doesn't belong to your mesh.
*/
repeated uint32 air_period_tx_all = 18;
/*
* FIXME - add more useful debugging state (queue depths etc)
*/