LoRa transport not available on the default channel

This commit is contained in:
GUVWAF 2024-11-07 19:11:14 +01:00
parent c2a3834e24
commit 2978b62587

View file

@ -134,6 +134,7 @@ message ModuleConfig {
/*
* Whether in addition to sending it to MQTT and the PhoneAPI, our NeighborInfo should be transmitted over LoRa.
* Note that this is not available on a channel with default key and name.
*/
bool transmit_over_lora = 3;
}