Add new MeshPacket priority HIGH

This commit is contained in:
GUVWAF 2024-08-30 19:58:30 +02:00
parent ad62b651f9
commit 77fc95a9ab

View file

@ -1020,6 +1020,11 @@ message MeshPacket {
*/
RELIABLE = 70;
/*
* Higher priority for specific message types (portnums) to distinguish between other reliable packets.
*/
HIGH = 100;
/*
* Ack/naks are sent with very high priority to ensure that retransmission
* stops as soon as possible