From fb12da14dbd1e0619e0ed33219f27bb9ffbc31b6 Mon Sep 17 00:00:00 2001 From: Darren Lines Date: Sun, 2 Jun 2024 16:17:52 +0100 Subject: [PATCH] Add Battery Profile to programming framework --- js/logicConditionOperantTypes.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/js/logicConditionOperantTypes.js b/js/logicConditionOperantTypes.js index 98ba42ff3..024f40a40 100644 --- a/js/logicConditionOperantTypes.js +++ b/js/logicConditionOperantTypes.js @@ -53,15 +53,16 @@ const OPERAND_TYPES = { 30: "CRSF SNR", 31: "GPS Valid Fix", 32: "Loiter Radius [cm]", - 33: "Active PIDProfile", + 33: "Active PID Profile", 34: "Battery cells", 35: "AGL status [0/1]", 36: "AGL [cm]", 37: "Rangefinder [cm]", - 38: "Active MixerProfile", + 38: "Active Mixer Profile", 39: "MixerTransition Active", 40: "Yaw [deg]", - 41: "FW Land State" + 41: "FW Land State", + 42: "Active Battery Profile", } }, 3: {