txEnabled property
Disable TX from the LoRa radio. Useful for hot-swapping antennas and other tests. Defaults to false
Implementation
@$pb.TagNumber(9)
$core.bool get txEnabled => $_getBF(8);
Implementation
@$pb.TagNumber(9)
set txEnabled($core.bool value) => $_setBool(8, value);