Merge branch 'master' into master

This commit is contained in:
Jm Casler 2021-12-07 11:50:21 -08:00 committed by GitHub
commit e80e760844
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 6 deletions

View file

@ -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

View file

@ -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)
*/