Skip to content
Snippets Groups Projects
Commit 70d7a1f5 authored by Jason Short's avatar Jason Short
Browse files

Added slow_wp default in AP mode

parent 434b0595
No related branches found
No related tags found
No related merge requests found
...@@ -245,6 +245,9 @@ static void reset_nav_params(void) ...@@ -245,6 +245,9 @@ static void reset_nav_params(void)
// Will be set by new command, used by loiter // Will be set by new command, used by loiter
next_WP.alt = 0; next_WP.alt = 0;
// We want to by default pass WPs
slow_wp = false;
} }
/* /*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment