Commented out experiemntal shit

This commit is contained in:
Dionysus 2024-05-07 16:49:19 -04:00
parent 053c5e9d32
commit 30d6498c87
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE

View File

@ -154,7 +154,7 @@ class MeshtasticMQTT(object):
logging.info('Received text message:') logging.info('Received text message:')
logging.info(text) 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 elif message_packet.decoded.portnum == portnums_pb2.MAP_REPORT_APP: # comes unencrypted
pos = mesh_pb2.Position() pos = mesh_pb2.Position()