mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-24 00:35:34 +03:00
fix WP MSP regression from #6612, again
This commit is contained in:
parent
9c6bd6a95f
commit
a794624248
1 changed files with 1 additions and 1 deletions
|
@ -3598,7 +3598,7 @@ void navigationInit(void)
|
|||
|
||||
#if defined(NAV_NON_VOLATILE_WAYPOINT_STORAGE)
|
||||
if (navConfig()->general.waypoint_load_on_boot)
|
||||
loadNonVolatileWaypointList();
|
||||
loadNonVolatileWaypointList(true);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue