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

Offline missions (with FC disconnected) on file (#720)

* Offline missions (with FC disconnected) are now available for load and save to file.
Supports XML file format, should be compatible enough with other software

* removed default file name

* removed code in early stage of future developments

* code style and fc buttons

* map resize handling
This commit is contained in:
mirko-it 2019-04-29 17:23:32 +02:00 committed by giacomo892
parent cec7997bfc
commit 3dcffdd292
6 changed files with 349 additions and 74 deletions

View file

@ -13,6 +13,7 @@ var GUI_control = function () {
this.defaultAllowedTabsWhenDisconnected = [
'landing',
'firmware_flasher',
'mission_control',
'help'
];
this.defaultAllowedTabsWhenConnected = [