mirror of https://github.com/ArduPilot/ardupilot
RC_Channel: log disarm method
This commit is contained in:
parent
f8f4ed7ee0
commit
347f64264d
|
@ -528,7 +528,7 @@ void RC_Channel::do_aux_function_armdisarm(const aux_switch_pos_t ch_flag)
|
|||
// nothing
|
||||
break;
|
||||
case LOW:
|
||||
AP::arming().disarm();
|
||||
AP::arming().disarm(AP_Arming::Method::AUXSWITCH);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue