mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-16 12:55:13 +03:00
Bugfix
This commit is contained in:
parent
7cfcb78e48
commit
9a2e179065
2 changed files with 2 additions and 2 deletions
|
@ -2924,7 +2924,7 @@ var mspHelper = (function (gui) {
|
|||
MSP.send_message(MSPCodes.MSP2_INAV_TIMER_OUTPUT_MODE, false, false, callback);
|
||||
}
|
||||
|
||||
self.sendTimerOutputModes = function(callback) {
|
||||
self.sendTimerOutputModes = function(onCompleteCallback) {
|
||||
var nextFunction = send_next_output_mode;
|
||||
var idIndex = 0;
|
||||
|
||||
|
|
|
@ -668,7 +668,7 @@ TABS.mixer.initialize = function (callback, scrollPosition) {
|
|||
$('#platform-type').parent('.select').addClass('no-bottom-border');
|
||||
}
|
||||
|
||||
if (!updateEzTuneTabVisibility(false)) {
|
||||
if (updateEzTuneTabVisibility(false)) {
|
||||
EZ_TUNE.enabled = 0;
|
||||
mspHelper.saveEzTune();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue