[create-pull-request] automated change ()

Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com>
pull/4606/head
github-actions[bot] 2024-09-01 09:20:10 -05:00 zatwierdzone przez GitHub
rodzic b71e12c5e5
commit e45a358de0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 4 dodań i 1 usunięć
src/mesh/generated/meshtastic

@ -1 +1 @@
Subproject commit 28492e88e515aabf5c886dd23631518d6dee82d7
Subproject commit 5f7c91adb97187e0cb2140de7057344d93444bd1

Wyświetl plik

@ -350,6 +350,9 @@ typedef enum _meshtastic_MeshPacket_Priority {
/* If priority is unset but the message is marked as want_ack,
assume it is important and use a slightly higher priority */
meshtastic_MeshPacket_Priority_RELIABLE = 70,
/* If priority is unset but the packet is a response to a request, we want it to get there relatively quickly.
Furthermore, responses stop relaying packets directed to a node early. */
meshtastic_MeshPacket_Priority_RESPONSE = 80,
/* Higher priority for specific message types (portnums) to distinguish between other reliable packets. */
meshtastic_MeshPacket_Priority_HIGH = 100,
/* Ack/naks are sent with very high priority to ensure that retransmission