mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
protobuf part of https://github.com/meshtastic/firmware/issues/2144
This commit is contained in:
parent
9b65349121
commit
2886618bc5
1 changed files with 9 additions and 0 deletions
|
|
@ -775,6 +775,15 @@ message Config {
|
|||
*/
|
||||
bool sx126x_rx_boosted_gain = 13;
|
||||
|
||||
/*
|
||||
* This parameter is for advanced users and licensed HAM radio operators.
|
||||
* Ignore Channel Calculation and use this frequency instead. The frequency_offset
|
||||
* will still be applied. This will allow you to use out-of-band frequencies.
|
||||
* Please respect your local laws and regulations. If you are a HAM, make sure you
|
||||
* enable HAM mode and turn off encryption.
|
||||
*/
|
||||
float override_frequency = 14;
|
||||
|
||||
/*
|
||||
* 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