ROUTASTIC constant

HardwareModel const ROUTASTIC

Similar to PORTDUINO but used by Routastic devices, this is not any particular device and does not run Meshtastic's code but supports the same frame format. Runs on linux, see https://github.com/Jorropo/routastic

Implementation

static const HardwareModel ROUTASTIC =
    HardwareModel._(85, _omitEnumNames ? '' : 'ROUTASTIC');