mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Disable TX from the LoRa radio. Useful for hot-swapping antennas and other tests.
This commit is contained in:
parent
7b80bde421
commit
e82617e10c
1 changed files with 6 additions and 0 deletions
|
|
@ -595,6 +595,12 @@ message RadioConfig {
|
|||
*/
|
||||
string mqtt_password = 156;
|
||||
|
||||
/*
|
||||
* Disable TX from the LoRa radio. Useful for hot-swapping antennas and other tests.
|
||||
* Defaults to false
|
||||
*/
|
||||
bool is_lora_tx_disabled = 157;
|
||||
|
||||
}
|
||||
|
||||
UserPreferences preferences = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue