Fixed indentation (fuck vscode)
This commit is contained in:
parent
337c701835
commit
b8404bcd0c
@ -64,11 +64,11 @@ def decode_encrypted(message_packet):
|
|||||||
}
|
}
|
||||||
logging.info('Received text message:')
|
logging.info('Received text message:')
|
||||||
logging.info(text)
|
logging.info(text)
|
||||||
|
|
||||||
elif message_packet.decoded.portnum == portnums_pb2.MAP_REPORT_APP:
|
elif message_packet.decoded.portnum == portnums_pb2.MAP_REPORT_APP:
|
||||||
pos = mesh_pb2.Position()
|
pos = mesh_pb2.Position()
|
||||||
pos.ParseFromString(message_packet.decoded.payload)
|
pos.ParseFromString(message_packet.decoded.payload)
|
||||||
logging.info('Received map report:')
|
logging.info('Received map report:')
|
||||||
logging.info(pos)
|
logging.info(pos)
|
||||||
|
|
||||||
elif message_packet.decoded.portnum == portnums_pb2.NODEINFO_APP:
|
elif message_packet.decoded.portnum == portnums_pb2.NODEINFO_APP:
|
||||||
|
Loading…
Reference in New Issue
Block a user