1
0
Fork 0
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:
Darren Lines 2022-05-10 10:22:38 +01:00
parent 611b5895ec
commit 88c0bbc8ab

View file

@ -6,7 +6,7 @@ let LogicConditionsCollection = function () {
data = [],
$container;
let max_logicConditions = 32;
let max_logicConditions = 64;
self.getMaxLogicConditionCount = function () {
return max_logicConditions;