Skip to content
Snippets Groups Projects
Commit c2d7c613 authored by burneykb's avatar burneykb
Browse files

Merge branch 'master' into backend_fifos

parents 38d91870 14be257d
No related branches found
No related tags found
No related merge requests found
......@@ -88,16 +88,11 @@ Timeout::timeout(30) {
File.write(GEAR, GEAR_OFF)
sleep 0.1
check_motors_are_off
check_led 0
#check_led 0
# (Bring the RC throttle back down)
File.write(THROTTLE, THROTTLE_MIN)
# Check that we can resume flight
File.write(GEAR, GEAR_ON)
sleep 0.1
check_led 1
sleep 1
puts "All safety checks passed."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment