mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #634 from meshtastic/critical-alert-support
Add priority for new critical alert feature
This commit is contained in:
commit
2b017ba707
1 changed files with 5 additions and 0 deletions
|
|
@ -1095,6 +1095,11 @@ message MeshPacket {
|
|||
*/
|
||||
HIGH = 100;
|
||||
|
||||
/*
|
||||
* Higher priority alert message used for critical alerts 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue