Browse Source

Arducopter: Flip Check

master
Jason Short 13 years ago
parent
commit
351b503fb6
  1. 3
      ArduCopter/control_modes.pde

3
ArduCopter/control_modes.pde

@ -74,7 +74,8 @@ static void read_trim_switch() @@ -74,7 +74,8 @@ static void read_trim_switch()
}else if (g.ch7_option == CH7_FLIP){
if (g.rc_7.radio_in > CH_7_PWM_TRIGGER && g.rc_3.control_in != 0){
init_flip();
if(do_flip == false)
init_flip();
}
}else if (g.ch7_option == CH7_RTL){

Loading…
Cancel
Save