1
0
Fork 0
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:
Darren Lines 2023-11-04 21:34:40 +00:00
parent 5ccb534baa
commit 6a34f6b349
4 changed files with 34 additions and 3 deletions

View file

@ -257,6 +257,7 @@ function onValidFirmware()
$('#tabs ul.mode-connected .tab_setup a').click();
updateEzTuneTabVisibility(true);
updateFirmwareVersion();
});
});