1
0
Fork 0
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:
Jonathan Hudson 2021-06-26 12:32:41 +01:00
parent 9c6bd6a95f
commit a794624248

View file

@ -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
}