Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Mar 23, 2024
1 parent 1a5c459 commit 807e92e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/autopilot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,6 @@ function stop_()
end

stop_()
on(viewer.btn_PLAY.clicks) do c
viewer.stop = ! KiteViewers.running[]
end
on(viewer.btn_PARKING.clicks) do c; parking(); end
on(viewer.btn_AUTO.clicks) do c; autopilot(); end
on(viewer.btn_STOP.clicks) do c; stop_(); end
Expand Down

0 comments on commit 807e92e

Please sign in to comment.