transmitOverLora property
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.
Implementation
@$pb.TagNumber(3)
$core.bool get transmitOverLora => $_getBF(2);
Implementation
@$pb.TagNumber(3)
set transmitOverLora($core.bool value) => $_setBool(2, value);