working V1
This commit is contained in:
@@ -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())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user