Update mesh_bot.py

This commit is contained in:
SpudGunMan
2024-09-22 18:28:54 -07:00
parent 45e9c1eccb
commit 84cefa1be8
-2
View File
@@ -510,8 +510,6 @@ def handle_whoami(message_from_id, deviceID, hop, snr, rssi, pkiStatus):
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 PKI bit is {pkiStatus[0]} pubKey: {pkiStatus[1]}"
else:
msg += f"Your PKI bit is {pkiStatus[0]}"
loc = get_node_location(message_from_id, deviceID)
if loc != [latitudeValue,longitudeValue]: