Removing Portnum we didn't actually use

This commit is contained in:
Ben Meadors 2023-07-24 09:56:10 -05:00
parent f17298c2b0
commit 29ec07a25e

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.