From 30d6498c87d686884f09857e5be2d77fbf9fabfc Mon Sep 17 00:00:00 2001 From: acidvegas Date: Tue, 7 May 2024 16:49:19 -0400 Subject: [PATCH] Commented out experiemntal shit --- meshmqtt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshmqtt.py b/meshmqtt.py index 92c94d8..cc1cc5d 100644 --- a/meshmqtt.py +++ b/meshmqtt.py @@ -154,7 +154,7 @@ class MeshtasticMQTT(object): logging.info('Received text message:') logging.info(text) - h = [portnums_pb2.REMOTE_HARDWARE_APP, portnums_pb2.ROUTING_APP, + #h = [portnums_pb2.REMOTE_HARDWARE_APP, portnums_pb2.ROUTING_APP, elif message_packet.decoded.portnum == portnums_pb2.MAP_REPORT_APP: # comes unencrypted pos = mesh_pb2.Position()