TRACKER constant

Config_DeviceConfig_Role const TRACKER

Description: Broadcasts GPS position packets as priority. Technical Details: Position Mesh packets will be prioritized higher and sent more frequently by default. When used in conjunction with power.is_power_saving = true, nodes will wake up, send position, and then sleep for position.position_broadcast_secs seconds.

Implementation

static const Config_DeviceConfig_Role TRACKER =
    Config_DeviceConfig_Role._(5, _omitEnumNames ? '' : 'TRACKER');