mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-16 21:05:28 +03:00
Increase LC to 64
This commit is contained in:
parent
611b5895ec
commit
88c0bbc8ab
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ let LogicConditionsCollection = function () {
|
||||||
data = [],
|
data = [],
|
||||||
$container;
|
$container;
|
||||||
|
|
||||||
let max_logicConditions = 32;
|
let max_logicConditions = 64;
|
||||||
|
|
||||||
self.getMaxLogicConditionCount = function () {
|
self.getMaxLogicConditionCount = function () {
|
||||||
return max_logicConditions;
|
return max_logicConditions;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue