diff --git a/meshtastic/module_config.proto b/meshtastic/module_config.proto index 9405099..a8a4307 100644 --- a/meshtastic/module_config.proto +++ b/meshtastic/module_config.proto @@ -347,7 +347,6 @@ message ModuleConfig { /* * Enable dropping of unknown/undecryptable packets per rate_limit_window_secs - */ bool drop_unknown_enabled = 10; diff --git a/meshtastic/telemetry.proto b/meshtastic/telemetry.proto index bdf505f..fe4cc44 100644 --- a/meshtastic/telemetry.proto +++ b/meshtastic/telemetry.proto @@ -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; /*