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:
parent
1076fc13c3
commit
df83fe8d0f
4 changed files with 69 additions and 8 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue