Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tabs/outputs.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/tabs/outputs.js b/tabs/outputs.js
index e2ed2a0d..7632f5af 100644
--- a/tabs/outputs.js
+++ b/tabs/outputs.js
@@ -101,12 +101,13 @@ TABS.outputs.initialize = function (callback) {
}
if (ADVANCED_CONFIG.motorPwmProtocol >= 5) {
-
+ $('.hide-for-shot').hide();
$idleInfoBox.html(chrome.i18n.getMessage('throttleIdleDigitalInfo'));
$idleInfoBox.addClass('ok-box');
$idleInfoBox.show();
} else {
+ $('.hide-for-shot').show();
$idleInfoBox.html(chrome.i18n.getMessage('throttleIdleAnalogInfo'));
$idleInfoBox.addClass('ok-box');
$idleInfoBox.show();