mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 00:35:20 +03:00
Only show EzTune tab when platform is multirotor
The PR only shows the Ez Tune tab when the platform is either `PLATFORM_MULTIROTOR ` or `PLATFORM_TRICOPTER`. More platforms can be added in the function in main.js. When changing the mixer to a non-supported platform. Ez Tune is automatically disabled.
This commit is contained in:
parent
5ccb534baa
commit
6a34f6b349
4 changed files with 34 additions and 3 deletions
|
@ -257,6 +257,7 @@ function onValidFirmware()
|
|||
|
||||
$('#tabs ul.mode-connected .tab_setup a').click();
|
||||
|
||||
updateEzTuneTabVisibility(true);
|
||||
updateFirmwareVersion();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue