From 9a29bb1c68d99f8708ef8adab00f747aac4f20a7 Mon Sep 17 00:00:00 2001 From: brad28b <70585927+brad28b@users.noreply.github.com> Date: Thu, 16 May 2024 10:38:34 +1000 Subject: [PATCH] Update monitor_mesh.py --- monitor_mesh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor_mesh.py b/monitor_mesh.py index 32be09d..ede49ba 100644 --- a/monitor_mesh.py +++ b/monitor_mesh.py @@ -16,7 +16,7 @@ broker_port = 1883 client_id = "mesh-monitor-py" topic = "Meshtastic/2/json/LongFast/!da5ed0a0" # replace !da5ed0a0 with your own Node ID -# You should not need to modify anything beyong here +# You should not need to modify anything beyond here # Connect to MySQL database conn = pymysql.connect(host=servername, user=username, password=password, database=dbname)