1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-20 06:45:14 +03:00

Load mission from vehicle

This commit is contained in:
Konstantin Sharlaimov (DigitalEntity) 2017-03-26 23:11:04 +10:00
parent 1076fc13c3
commit df83fe8d0f
4 changed files with 69 additions and 8 deletions

View file

@ -2261,6 +2261,11 @@ bool isWaypointListValid(void)
return posControl.waypointListValid;
}
int getWaypointCount(void)
{
return posControl.waypointCount;
}
#ifdef NAV_NON_VOLATILE_WAYPOINT_STORAGE
bool loadNonVolatileWaypointList(void)
{