BACKGROUND constant
MeshPacket_Priority
const BACKGROUND
Background position updates are sent with very low priority - if the link is super congested they might not go out at all
Implementation
static const MeshPacket_Priority BACKGROUND =
MeshPacket_Priority._(10, _omitEnumNames ? '' : 'BACKGROUND');