From b60fe4037bd868c12a49f99cdbe0eb1b844f5656 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Tue, 24 Jan 2023 12:04:13 -0600 Subject: [PATCH] Add sx126x_rx_boosted_gain to LoRA config --- meshtastic/config.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/config.proto b/meshtastic/config.proto index e49468a..3e25668 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -725,6 +725,11 @@ message Config { */ bool override_duty_cycle = 12; + /* + * If true, sets RX boosted gain mode on SX126X based radios + */ + bool sx126x_rx_boosted_gain = 13; + /* * For testing it is useful sometimes to force a node to never listen to * particular other nodes (simulating radio out of range). All nodenums listed