mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Increased number of rate profiles to 6
This commit is contained in:
parent
ab1812455f
commit
7acebf8b34
5 changed files with 10 additions and 2 deletions
|
@ -35,6 +35,7 @@ typedef struct systemConfig_s {
|
|||
uint8_t activeRateProfile;
|
||||
uint8_t debug_mode;
|
||||
uint8_t task_statistics;
|
||||
uint8_t rateProfile6PosSwitch;
|
||||
uint8_t cpu_overclock;
|
||||
uint8_t powerOnArmingGraceTime; // in seconds
|
||||
char boardIdentifier[sizeof(TARGET_BOARD_IDENTIFIER) + 1];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue