1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-15 20:35:19 +03:00

First release of new mission planner

All working for saving into FC.
Remaining bug on EPROM action
This commit is contained in:
ArnoTlse 2021-02-15 22:27:00 +01:00
parent 57d06ccc79
commit ea6ac3ec8f
3 changed files with 174 additions and 113 deletions

View file

@ -245,7 +245,9 @@ var FC = {
lon: 0,
alt: 0,
endMission: 0,
p1: 0
p1: 0,
p2: 0,
p3: 0
}
};