3 A profile is a set of configuration settings.
5 Currently three profiles are supported. The default profile is profile `0`.
9 Profiles can be selected using a GUI or the following stick combinations:
11 | Profile | Throttle | Yaw | Pitch | Roll |
12 | ------- | -------- | ----- | ------ | ------ |
13 | 0 | Down | Left | Middle | Left |
14 | 1 | Down | Left | Up | Middle |
15 | 2 | Down | Left | Middle | Right |
17 The CLI `profile` command can also be used:
25 Cleanflight supports rate profiles in addition to regular profiles.
27 Rate profiles contain settings that adjust how your craft behaves based on control input.
29 Three rate profiles are supported.
31 Rate profiles can be selected while flying using the inflight adjustments feature.
33 Each normal profile has a setting called 'default_rate_profile`. When a profile is activated the
34 corresponding rate profile is also activated.
36 Profile 0 has a default rate profile of 0.
37 Profile 1 has a default rate profile of 1.
38 Profile 2 has a default rate profile of 2.
40 The defaults are set this way so that it's simple to configure a profile and a rate profile at the same.
42 The current rate profile can be shown or set using the CLI `rateprofile` command:
48 The values contained within a rate profile can be seen by using the CLI `dump rates` command.
61 set roll_pitch_rate = 0
64 set tpa_breakpoint = 1500