From 7c46f2093dbcc890e6bb53f73775e8a4bc15d35c Mon Sep 17 00:00:00 2001 From: Marcelo Bezerra <23555060+mmosca@users.noreply.github.com> Date: Thu, 22 Aug 2024 12:23:17 +0200 Subject: [PATCH] Bump max to 34 --- js/logicConditionOperantTypes.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/logicConditionOperantTypes.js b/js/logicConditionOperantTypes.js index ffe36627..0cba1be6 100644 --- a/js/logicConditionOperantTypes.js +++ b/js/logicConditionOperantTypes.js @@ -12,7 +12,7 @@ const OPERAND_TYPES = { 1: { name: "Get RC Channel", type: "range", - range: [1, 16], + range: [1, 34], default: 1 }, 2: { @@ -130,4 +130,4 @@ const OPERAND_TYPES = { }, }; -module.exports = { OPERAND_TYPES }; \ No newline at end of file +module.exports = { OPERAND_TYPES };