Merge pull request #846 from RCGV1/noise-floor

Add noise_floor float field to LocalStats message
This commit is contained in:
Ben Meadors 2026-01-19 12:06:27 -06:00 committed by GitHub
commit d9003b2b6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -439,10 +439,15 @@ message LocalStats {
*/
uint32 heap_free_bytes = 13;
/*
* Number of packets that were dropped because the transmit queue was full.
*/
/*
* Number of packets that were dropped because the transmit queue was full.
*/
uint32 num_tx_dropped = 14;
/*
* Noise floor value measured in dBm
*/
int32 noise_floor = 15;
}
/*