working V1
This commit is contained in:
parent
883d3fe98a
commit
a5c526e3dd
1 changed files with 1 additions and 1 deletions
|
|
@ -59,5 +59,5 @@ while True:
|
||||||
}
|
}
|
||||||
#print("speed: %s" % (carData["speed"]*3.6))
|
#print("speed: %s" % (carData["speed"]*3.6))
|
||||||
kmh=carData["speed"]*3.6
|
kmh=carData["speed"]*3.6
|
||||||
toPi.write(str(kmh).encode())
|
toPi.write(str(kmh).encode()+":".encode())
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue