From 29ec07a25e4bdea0c644d55ecc80a3dd71cf05b2 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Mon, 24 Jul 2023 09:56:10 -0500 Subject: [PATCH] Removing Portnum we didn't actually use --- meshtastic/portnums.proto | 5 ----- 1 file changed, 5 deletions(-) diff --git a/meshtastic/portnums.proto b/meshtastic/portnums.proto index 970bd0a..514593a 100644 --- a/meshtastic/portnums.proto +++ b/meshtastic/portnums.proto @@ -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.