From a5c526e3dd41edc94e58607bf7332cf93d2c8023 Mon Sep 17 00:00:00 2001 From: Seth Samuel Date: Fri, 8 Nov 2024 16:49:18 +1300 Subject: [PATCH] working V1 --- OutGaugeInterpreter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OutGaugeInterpreter.py b/OutGaugeInterpreter.py index fa68957..16d94a1 100644 --- a/OutGaugeInterpreter.py +++ b/OutGaugeInterpreter.py @@ -59,5 +59,5 @@ while True: } #print("speed: %s" % (carData["speed"]*3.6)) kmh=carData["speed"]*3.6 - toPi.write(str(kmh).encode()) + toPi.write(str(kmh).encode()+":".encode())