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
path: root/tabs
diff options
context:
space:
mode:
authorKonstantin Sharlaimov (DigitalEntity) <konstantin.sharlaimov@gmail.com>2019-05-11 22:44:04 +0300
committerKonstantin Sharlaimov (DigitalEntity) <konstantin.sharlaimov@gmail.com>2019-05-11 22:44:04 +0300
commit8b9ed3144893d5bc402dd731e06a066ee6faa3a4 (patch)
treeeb331d8f731fbd35d4c6fea39b79345ba673a6be /tabs
parentbe312e815007d03a8e3b83d4722faf16f7db7cc8 (diff)
Add SERIALSHOT ESC protocol
Diffstat (limited to 'tabs')
-rw-r--r--tabs/configuration.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tabs/configuration.js b/tabs/configuration.js
index 9ae50103..be4d447a 100644
--- a/tabs/configuration.js
+++ b/tabs/configuration.js
@@ -459,7 +459,7 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
}
if (ADVANCED_CONFIG.motorPwmProtocol >= 5) {
- //DSHOT protocols, simplify UI
+ //DSHOT/SERIALSHOT protocols, simplify UI
$('.hide-for-shot').addClass('is-hidden');
} else {
$('.hide-for-shot').removeClass('is-hidden');