1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-22 15:55:28 +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

@ -1700,7 +1700,7 @@ dialog {
}
#mixer_profile_change {
#profile_change {
color: white;
margin-top: 16px;
width: 130px;
@ -1709,7 +1709,7 @@ dialog {
line-height: 12px;
}
#profile_change {
#mixer_profile_change {
color: white;
margin-top: 16px;
width: 130px;