meshtastic

- Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.acid.vegas/-c.git
Log | Files | Refs | Archive | README | LICENSE

commit 30d6498c87d686884f09857e5be2d77fbf9fabfc
parent 053c5e9d3262f304be81b9485eeaca7bfe1cfb35
Author: acidvegas <acid.vegas@acid.vegas>
Date: Tue, 7 May 2024 16:49:19 -0400

Commented out experiemntal shit

Diffstat:
Mmeshmqtt.py | 2+-

1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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()