mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Static i2c Clockspeed set to 1200khz (Stability test needed)
Luxfloat can now run with acc stable
This commit is contained in:
parent
f79e7dd6d6
commit
9ed1c46065
6 changed files with 6 additions and 24 deletions
|
@ -128,7 +128,7 @@ static uint32_t activeFeaturesLatch = 0;
|
|||
static uint8_t currentControlRateProfileIndex = 0;
|
||||
controlRateConfig_t *currentControlRateProfile;
|
||||
|
||||
static const uint8_t EEPROM_CONF_VERSION = 109;
|
||||
static const uint8_t EEPROM_CONF_VERSION = 108;
|
||||
|
||||
static void resetAccelerometerTrims(flightDynamicsTrims_t *accelerometerTrims)
|
||||
{
|
||||
|
@ -453,7 +453,6 @@ static void resetConf(void)
|
|||
resetSerialConfig(&masterConfig.serialConfig);
|
||||
|
||||
masterConfig.emf_avoidance = 0;
|
||||
masterConfig.i2c_overclock = 0;
|
||||
|
||||
resetPidProfile(¤tProfile->pidProfile);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue