Merge branch 'master' into master

pull/54/head
Jm Casler 2021-12-07 11:50:21 -08:00 zatwierdzone przez GitHub
commit e80e760844
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
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_rx_all = 18;
/*
* FIXME - add more useful debugging state (queue depths etc)
*/