ROUTER constant
Config_DeviceConfig_Role
const ROUTER
Description: Infrastructure node for extending network coverage by relaying messages. Visible in Nodes list. Technical Details: Mesh packets will prefer to be routed over this node. This node will not be used by client apps. The wifi radio and the oled screen will be put to sleep. This mode may still potentially have higher power usage due to it's preference in message rebroadcasting on the mesh.
Implementation
static const Config_DeviceConfig_Role ROUTER =
Config_DeviceConfig_Role._(2, _omitEnumNames ? '' : 'ROUTER');