mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +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 = [],
|
||||
$container;
|
||||
|
||||
let max_logicConditions = 32;
|
||||
let max_logicConditions = 64;
|
||||
|
||||
self.getMaxLogicConditionCount = function () {
|
||||
return max_logicConditions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue