Merge pull request #570 from GUVWAF/highPrio

Add new MeshPacket priority HIGH
This commit is contained in:
Ben Meadors 2024-08-30 13:18:04 -05:00 committed by GitHub
commit 28492e88e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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