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

first cut of presets

This commit is contained in:
U-PAWEL-X220\pawel 2017-01-04 22:50:18 +01:00
parent 6462e6c695
commit 35baf4302b
8 changed files with 335 additions and 1 deletions

View file

@ -37,7 +37,8 @@ var GUI_control = function () {
'sensors',
'servos',
'setup',
'osd'
'osd',
'profiles'
];
this.allowedTabs = this.defaultAllowedTabsWhenDisconnected;