mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-27 02:05:26 +03:00
Update navigation.c
This commit is contained in:
parent
0598080dc7
commit
a5fe016eab
1 changed files with 1 additions and 1 deletions
|
@ -3240,7 +3240,7 @@ bool updateWpMissionChange(void)
|
|||
return true;
|
||||
}
|
||||
|
||||
static bool toggleFlag = true;
|
||||
static bool toggleFlag = false;
|
||||
if (IS_RC_MODE_ACTIVE(BOXNAVWP) && toggleFlag) {
|
||||
if (setMissionIndex == posControl.multiMissionCount) {
|
||||
navConfigMutable()->general.waypoint_multi_mission_index = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue