mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #287 from meshtastic/sx126x_rx_boosted_gain
Add sx126x_rx_boosted_gain to LoRA config
This commit is contained in:
commit
8cb6ed3c91
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue