mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
Allows you to clear the stored mission when in Auto
This commit is contained in:
parent
29554b7d73
commit
873daae095
@ -112,6 +112,12 @@ static void read_trim_switch()
|
||||
if(trim_flag){
|
||||
trim_flag = false;
|
||||
|
||||
if(control_mode == AUTO){
|
||||
CH7_wp_index = 0;
|
||||
g.command_total.set_and_save(1);
|
||||
return;
|
||||
}
|
||||
|
||||
if(CH7_wp_index == 0){
|
||||
// this is our first WP, let's save WP 1 as a takeoff
|
||||
// increment index
|
||||
|
Loading…
Reference in New Issue
Block a user