Merge pull request #367 from meshtastic/remove-portnum

Removing Portnum we didn't actually use
pull/369/head
Ben Meadors 2023-07-24 12:39:20 -05:00 zatwierdzone przez GitHub
commit 57bd75ea8b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 0 dodań i 5 usunięć

Wyświetl plik

@ -84,11 +84,6 @@ enum PortNum {
*/
AUDIO_APP = 9;
/*
* Payloads for clients with a network connection proxying MQTT pub/sub to the device
*/
MQTT_CLIENT_PROXY_APP = 10;
/*
* Provides a 'ping' service that replies to any packet it receives.
* Also serves as a small example module.