mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge 00ccd4d71b into 4d5b500df5
This commit is contained in:
commit
a3b02a3758
1 changed files with 10 additions and 0 deletions
|
|
@ -592,6 +592,16 @@ message Config {
|
|||
*/
|
||||
UDP_BROADCAST = 0x0001;
|
||||
}
|
||||
|
||||
/*
|
||||
* Enable rebroadcasting mesh packets via UDP
|
||||
*/
|
||||
bool udp_rebroadcast = 12;
|
||||
|
||||
/*
|
||||
* Enable skipping LoRa for locally generated packets sent via UDP
|
||||
*/
|
||||
bool udp_skip_lora = 13;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue