mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-05-07 22:04:27 +02:00
Update mesh_bot.py
This commit is contained in:
+2
-2
@@ -509,9 +509,9 @@ def handle_whoami(message_from_id, deviceID, hop, snr, rssi, pkiStatus):
|
||||
str(decimal_to_hex(message_from_id)) + f"\n")
|
||||
msg += f"I see the signal strength is {rssi} and the SNR is {snr} with hop count of {hop} \n"
|
||||
if pkiStatus[0]:
|
||||
msg += f"Your encryption bit is {pkiStatus[0]} pubKey: {pkiStatus[1]}"
|
||||
msg += f"Your PKI bit is {pkiStatus[0]} pubKey: {pkiStatus[1]}"
|
||||
else:
|
||||
msg += f"Your encryption bit is {pkiStatus[0]}"
|
||||
msg += f"Your PKI bit is {pkiStatus[0]}"
|
||||
|
||||
loc = get_node_location(message_from_id, deviceID)
|
||||
if loc != [latitudeValue,longitudeValue]:
|
||||
|
||||
Reference in New Issue
Block a user