From 2978b625879b6c5b4d43ab8290e1cea85b59c347 Mon Sep 17 00:00:00 2001 From: GUVWAF Date: Thu, 7 Nov 2024 19:11:14 +0100 Subject: [PATCH] LoRa transport not available on the default channel --- meshtastic/module_config.proto | 1 + 1 file changed, 1 insertion(+) 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; }