diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index fc0b580..99c267a 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -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