From 1af15011aeaa55d84f33eb0ce7d55fefac2d0955 Mon Sep 17 00:00:00 2001 From: Adolfo Delorenzo Date: Mon, 15 Jul 2024 13:36:17 -0600 Subject: [PATCH] 2024-07-15 - --- GPS.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPS.py b/GPS.py index f410622..a5dcb20 100755 --- a/GPS.py +++ b/GPS.py @@ -10,7 +10,7 @@ import time, os mqttBroker ="65.108.199.212" myhost = os.uname()[1] client = mqtt.Client(myhost) -client.connect(mqttBroker, 1883) +# client.connect(mqttBroker, 1883) ser = serial.Serial('/dev/ttyS0',115200) ser.flushInput()