1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-13 11:29:53 +03:00

Calibration tab (empty); Add possibility to disable GPS ground assistance

This commit is contained in:
Konstantin Sharlaimov (DigitalEntity) 2016-05-10 01:06:53 +10:00
parent e366967be8
commit e6a86a9fec
6 changed files with 26 additions and 3 deletions

View file

@ -35,6 +35,7 @@ var GUI_control = function () {
'receiver',
'sensors',
'servos',
'calibration',
'setup'
];
this.allowedTabs = this.defaultAllowedTabsWhenDisconnected;