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:
parent
57d06ccc79
commit
ea6ac3ec8f
3 changed files with 174 additions and 113 deletions
4
js/fc.js
4
js/fc.js
|
@ -245,7 +245,9 @@ var FC = {
|
|||
lon: 0,
|
||||
alt: 0,
|
||||
endMission: 0,
|
||||
p1: 0
|
||||
p1: 0,
|
||||
p2: 0,
|
||||
p3: 0
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue