RESPONSE constant

MeshPacket_Priority const RESPONSE

If priority is unset but the packet is a response to a request, we want it to get there relatively quickly. Furthermore, responses stop relaying packets directed to a node early.

Implementation

static const MeshPacket_Priority RESPONSE =
    MeshPacket_Priority._(80, _omitEnumNames ? '' : 'RESPONSE');