Plane: set mode CIRCLE on short failsafe in AUTO
this makes the code match the docs
This commit is contained in:
parent
9b70675b12
commit
2d5deddd30
@ -23,7 +23,7 @@ static void failsafe_short_on_event(enum failsafe_state fstype)
|
||||
case GUIDED:
|
||||
case LOITER:
|
||||
if(g.short_fs_action == 1) {
|
||||
set_mode(RTL);
|
||||
set_mode(CIRCLE);
|
||||
}
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user