usePreset property
When enabled, the modem_preset
fields will be adhered to, else the bandwidth
/spread_factor
/coding_rate
will be taked from their respective manually defined fields
Implementation
@$pb.TagNumber(1)
$core.bool get usePreset => $_getBF(0);
Implementation
@$pb.TagNumber(1)
set usePreset($core.bool value) => $_setBool(0, value);