This commit is contained in:
Sergio López 2026-04-17 01:11:39 -04:00 committed by GitHub
commit a3b02a3758
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}
/*