1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-13 11:29:53 +03:00

Consolidate the old PIDProfile and Profile in to Control Profile

- Consolidate the old `PIDProfile` and `Profile` in to `Control Profile`
- Improve consistency by maintaining the order of `Control Profile`, `Mixer Profile`, and `Battery Profile`.
- Added missing `Set Heading Target` operator to the programming UI
This commit is contained in:
Darren Lines 2024-06-02 18:54:28 +01:00
parent 5f5b55dd20
commit 164f9c7c20
6 changed files with 28 additions and 21 deletions

View file

@ -242,6 +242,13 @@ const LOGIC_OPERATORS = {
output: "boolean"
},
39: {
name: "Set Heading Target",
operandType: "Set Flight Parameter",
hasOperand: [true, false],
output: "raw"
},
41: {
name: "Override Loiter Radius",
operandType: "Set Flight Parameter",
@ -249,7 +256,7 @@ const LOGIC_OPERATORS = {
output: "boolean"
},
42: {
name: "Set Profile",
name: "Set Control Profile",
operandType: "Set Flight Parameter",
hasOperand: [true, false],
output: "boolean"