mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 01:05:21 +03:00
Updated profiles.md doc
Updated profiles.md doc to cover how to stop profiles automatically changing while editing.
This commit is contained in:
parent
1b003cc861
commit
f8a4dc91ed
1 changed files with 6 additions and 0 deletions
|
@ -36,6 +36,12 @@ Or using the speed to change profiles. In this example:
|
|||
|
||||
[](https://i.imgur.com/WjkuhhW.png)
|
||||
|
||||
#### Configurator use with profile changing logic.
|
||||
|
||||
If you have logic conditions that change the profiles. You may find that if you manually change the profile using the drop down boxes in the top right of Configurator; that they switch back to a different profile. This is because the logic conditions are still running in the background. If this is the case, the simplest solutuion is to temporarily disable the switches that trigger the `set profile` operations. Remember to re-enable these switches after you have made your changes.
|
||||
|
||||
[](https://i.imgur.com/AeH9ll7.png)
|
||||
|
||||
## Profile Contents
|
||||
The values contained within a profile can be seen by using the CLI `dump profile` command.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue