Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
slimonslimon committed Dec 1, 2023
1 parent b2df2e5 commit c43a4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion car/car.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
state["latitude"]=float(msg.lat)/10000000.0
state["longitude"]=float(msg.lon)/10000000.0
state["altitude"]=float(msg.alt)/1000.0
print(state["lastPosUpdate"]," ",state["latitude"]," ",state["longitude"]," ",state["altitude"])
print(state["tmp"]," ",state["latitude"]," ",state["longitude"]," ",state["altitude"])
sended=False

if (datetime.datetime.utcnow()-lastHB).total_seconds()>15:
Expand Down

0 comments on commit c43a4c7

Please sign in to comment.