mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +03:00
BLE, TCP and UDP Support
This commit is contained in:
parent
1322fd69bd
commit
ab7162980b
24 changed files with 1190 additions and 387 deletions
|
@ -6,6 +6,12 @@ let LogicConditionsCollection = function () {
|
|||
data = [],
|
||||
$container;
|
||||
|
||||
let max_logicConditions = 32;
|
||||
|
||||
self.getMaxLogicConditionCount = function () {
|
||||
return max_logicConditions;
|
||||
}
|
||||
|
||||
self.put = function (element) {
|
||||
data.push(element);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue