Merge pull request #367 from meshtastic/remove-portnum

Removing Portnum we didn't actually use
This commit is contained in:
Ben Meadors 2023-07-24 12:39:20 -05:00 committed by GitHub
commit 57bd75ea8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.