Skip to content

Commit

Permalink
Add priority for new critical alert feature
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern authored Dec 14, 2024
1 parent 59c4596 commit ae68438
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae68438

Please sign in to comment.