mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +03:00
Improve LC status indication
This commit is contained in:
parent
b193ea3aa6
commit
583e73ef22
6 changed files with 82 additions and 31 deletions
|
@ -52,7 +52,7 @@ TABS.programming.initialize = function (callback, scrollPosition) {
|
|||
});
|
||||
|
||||
if (semver.gte(CONFIG.flightControllerVersion, "2.3.0")) {
|
||||
helper.mspBalancedInterval.add('logic_conditions_pull', 350, 1, function () {
|
||||
helper.mspBalancedInterval.add('logic_conditions_pull', 100, 1, function () {
|
||||
statusChainer.execute();
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue