Enumeration Config_LoRaConfig_ModemPreset

Standard predefined channel settings Note: these mappings must match ModemPreset Choice in the device code.

Generated

from enum meshtastic.Config.LoRaConfig.ModemPreset

Enumeration Members

LONG_FAST: 0

Long Range - Fast

Generated

from enum value: LONG_FAST = 0;

LONG_MODERATE: 7

Long Range - Moderately Fast

Generated

from enum value: LONG_MODERATE = 7;

LONG_SLOW: 1

Long Range - Slow

Generated

from enum value: LONG_SLOW = 1;

MEDIUM_FAST: 4

Medium Range - Fast

Generated

from enum value: MEDIUM_FAST = 4;

MEDIUM_SLOW: 3

Medium Range - Slow

Generated

from enum value: MEDIUM_SLOW = 3;

SHORT_FAST: 6

Short Range - Fast

Generated

from enum value: SHORT_FAST = 6;

SHORT_SLOW: 5

Short Range - Slow

Generated

from enum value: SHORT_SLOW = 5;

SHORT_TURBO: 8

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.

Generated

from enum value: SHORT_TURBO = 8;

VERY_LONG_SLOW: 2

Very Long Range - Slow Deprecated in 2.5: Works only with txco and is unusably slow

Generated

from enum value: VERY_LONG_SLOW = 2 [deprecated = true];

Deprecated

Generated using TypeDoc