Merge pull request #1487 from meshtastic/create-pull-request/patch

Changes by create-pull-request action
pull/1488/head^2
Jm Casler 2022-06-03 18:47:52 -07:00 zatwierdzone przez GitHub
commit 03b7f2f837
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 3 dodań i 1 usunięć

@ -1 +1 @@
Subproject commit 62141e9d6889b3c088eca125e658b15b9d438beb
Subproject commit 33b3ab5fde6b6ef158e3b111bf240d1d59c152ef

Wyświetl plik

@ -48,6 +48,8 @@ typedef enum _PortNum {
PortNum_ADMIN_APP = 6,
/* Compressed TEXT_MESSAGE payloads. */
PortNum_TEXT_MESSAGE_COMPRESSED_APP = 7,
/* Waypoint payloads. */
PortNum_WAYPOINT_APP = 8,
/* Provides a 'ping' service that replies to any packet it receives.
Also serves as a small example module. */
PortNum_REPLY_APP = 32,