mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-23 16:25:19 +03:00
Calibration tab (empty); Add possibility to disable GPS ground assistance
This commit is contained in:
parent
e366967be8
commit
e6a86a9fec
6 changed files with 26 additions and 3 deletions
3
main.js
3
main.js
|
@ -142,6 +142,9 @@ $(document).ready(function () {
|
|||
case 'setup':
|
||||
TABS.setup.initialize(content_ready);
|
||||
break;
|
||||
case 'calibration':
|
||||
TABS.calibration.initialize(content_ready);
|
||||
break;
|
||||
case 'configuration':
|
||||
TABS.configuration.initialize(content_ready);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue