diff --git a/meshtastic/module_config.proto b/meshtastic/module_config.proto index f208d42..040b604 100644 --- a/meshtastic/module_config.proto +++ b/meshtastic/module_config.proto @@ -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; }