Config_LoRaConfig_ModemPreset$json top-level constant
- @Deprecated('Use configDescriptor instead')
Implementation
@$core.Deprecated('Use configDescriptor instead')
const Config_LoRaConfig_ModemPreset$json = {
'1': 'ModemPreset',
'2': [
{'1': 'LONG_FAST', '2': 0},
{'1': 'LONG_SLOW', '2': 1},
{
'1': 'VERY_LONG_SLOW',
'2': 2,
'3': {'1': true},
},
{'1': 'MEDIUM_SLOW', '2': 3},
{'1': 'MEDIUM_FAST', '2': 4},
{'1': 'SHORT_SLOW', '2': 5},
{'1': 'SHORT_FAST', '2': 6},
{'1': 'LONG_MODERATE', '2': 7},
{'1': 'SHORT_TURBO', '2': 8},
],
};