mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-14 03:49: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:
parent
5f5b55dd20
commit
164f9c7c20
6 changed files with 28 additions and 21 deletions
|
@ -1319,7 +1319,7 @@ var mspHelper = (function () {
|
|||
console.log('Looptime saved');
|
||||
break;
|
||||
case MSPCodes.MSP_SET_RESET_CURR_PID:
|
||||
console.log('Current PID profile reset');
|
||||
console.log('Current Control profile reset');
|
||||
break;
|
||||
case MSPCodes.MSP_SET_3D:
|
||||
console.log('3D settings saved');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue