ROUTER_LATE constant

Config_DeviceConfig_Role const ROUTER_LATE

Description: Will always rebroadcast packets, but will do so after all other modes. Technical Details: Used for router nodes that are intended to provide additional coverage in areas not already covered by other routers, or to bridge around problematic terrain, but should not be given priority over other routers in order to avoid unnecessaraily consuming hops.

Implementation

static const Config_DeviceConfig_Role ROUTER_LATE =
    Config_DeviceConfig_Role._(11, _omitEnumNames ? '' : 'ROUTER_LATE');