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:
parent
cec7997bfc
commit
3dcffdd292
6 changed files with 349 additions and 74 deletions
|
@ -13,6 +13,7 @@ var GUI_control = function () {
|
|||
this.defaultAllowedTabsWhenDisconnected = [
|
||||
'landing',
|
||||
'firmware_flasher',
|
||||
'mission_control',
|
||||
'help'
|
||||
];
|
||||
this.defaultAllowedTabsWhenConnected = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue