HIGH constant

MeshPacket_Priority const HIGH

Higher priority for specific message types (portnums) to distinguish between other reliable packets.

Implementation

static const MeshPacket_Priority HIGH =
    MeshPacket_Priority._(100, _omitEnumNames ? '' : 'HIGH');