Add priority for new critical alert feature

This commit is contained in:
Ben Meadors 2024-12-14 05:18:08 -06:00 committed by GitHub
parent 59c4596f33
commit ae68438473
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1095,6 +1095,11 @@ message MeshPacket {
*/
HIGH = 100;
/*
* Higher priority alert message used for critical messages which take priority over other reliable packets.
*/
ALERT = 110;
/*
* Ack/naks are sent with very high priority to ensure that retransmission
* stops as soon as possible