1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-13 19:40:22 +03:00

add first version mission planer

This commit is contained in:
Sergej Pozdnyakov 2018-01-02 23:46:44 +03:00
parent a058f0a96c
commit 6cd87dbd64
9 changed files with 721 additions and 213 deletions

View file

@ -38,7 +38,8 @@ var GUI_control = function () {
'setup',
'osd',
'profiles',
'advanced_tuning'
'advanced_tuning',
'mission_control'
];
this.allowedTabs = this.defaultAllowedTabsWhenDisconnected;