Skip to content

Commit

Permalink
Merge pull request #2103 from iNavFlight/MrD_Add-battery-profile-to-p…
Browse files Browse the repository at this point in the history
…rogramming-framework

Add Battery Profile to programming framework
  • Loading branch information
MrD-RC authored Jun 2, 2024
2 parents 5f5b55d + fb12da1 commit e65f412
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions js/logicConditionOperantTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit e65f412

Please sign in to comment.