mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
buf format updates.
This commit is contained in:
parent
2fe13dbe06
commit
4eca1c78a8
2 changed files with 3 additions and 4 deletions
|
|
@ -347,7 +347,6 @@ message ModuleConfig {
|
|||
|
||||
/*
|
||||
* Enable dropping of unknown/undecryptable packets per rate_limit_window_secs
|
||||
|
||||
*/
|
||||
bool drop_unknown_enabled = 10;
|
||||
|
||||
|
|
|
|||
|
|
@ -439,9 +439,9 @@ 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;
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue