Update monitor_mesh.py

This commit is contained in:
brad28b 2024-05-16 10:38:34 +10:00 committed by GitHub
parent d50c8ae815
commit 9a29bb1c68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ broker_port = 1883
client_id = "mesh-monitor-py" client_id = "mesh-monitor-py"
topic = "Meshtastic/2/json/LongFast/!da5ed0a0" # replace !da5ed0a0 with your own Node ID 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 # Connect to MySQL database
conn = pymysql.connect(host=servername, user=username, password=password, database=dbname) conn = pymysql.connect(host=servername, user=username, password=password, database=dbname)