Update drone.lua

This commit is contained in:
Innovation Inc 2021-01-06 03:02:04 -06:00 committed by GitHub
parent a96fa779ea
commit 468d4758d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ while true do
if cmd == "gos" then -- Get OffSet
t.send(d.name(),"gos",d.getOffset())
end
if cmd == "gve" then - Get VElocity
if cmd == "gve" then -- Get VElocity
t.send(d.name(),"gv",d.getVelocity())
end
if cmd == "gmv" then -- Get Max Velocity