SHORT_TURBO constant

Config_LoRaConfig_ModemPreset const SHORT_TURBO

Short Range - Turbo This is the fastest preset and the only one with 500kHz bandwidth. It is not legal to use in all regions due to this wider bandwidth.

Implementation

static const Config_LoRaConfig_ModemPreset SHORT_TURBO =
    Config_LoRaConfig_ModemPreset._(8, _omitEnumNames ? '' : 'SHORT_TURBO');