mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 23:05:19 +03:00
Ensure control rate profiles get initialised correctly.
This commit is contained in:
parent
00ca237886
commit
84384e61af
1 changed files with 1 additions and 0 deletions
|
@ -276,6 +276,7 @@ static void resetConf(void)
|
|||
// Clear all configuration
|
||||
memset(&masterConfig, 0, sizeof(master_t));
|
||||
setProfile(0);
|
||||
setControlRateProfile(0);
|
||||
|
||||
masterConfig.version = EEPROM_CONF_VERSION;
|
||||
masterConfig.mixerConfiguration = MULTITYPE_QUADX;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue