mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
Adjustable OC for F405 and F411
This commit is contained in:
parent
e596f9a7d1
commit
ac26c975dd
11 changed files with 93 additions and 47 deletions
|
@ -78,7 +78,7 @@ PG_RESET_TEMPLATE(systemConfig_t, systemConfig,
|
|||
.activeRateProfile = 0,
|
||||
.debug_mode = DEBUG_MODE,
|
||||
.task_statistics = true,
|
||||
.cpu_overclock = false,
|
||||
.cpu_overclock = 0,
|
||||
.powerOnArmingGraceTime = 5,
|
||||
.boardIdentifier = TARGET_BOARD_IDENTIFIER
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue