mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
- take off PWM_TYPE_MULTISHOT
This commit is contained in:
parent
d08e405149
commit
2ab44c9384
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ void targetConfiguration(master_t *config)
|
||||||
config->profile[0].controlRateProfile[0].rates[FD_PITCH] = 86;
|
config->profile[0].controlRateProfile[0].rates[FD_PITCH] = 86;
|
||||||
config->profile[0].controlRateProfile[0].rates[FD_YAW] = 80;
|
config->profile[0].controlRateProfile[0].rates[FD_YAW] = 80;
|
||||||
|
|
||||||
config->motorConfig.motorPwmProtocol = PWM_TYPE_MULTISHOT;
|
//config->motorConfig.motorPwmProtocol = PWM_TYPE_MULTISHOT;
|
||||||
|
|
||||||
targetApplyDefaultLedStripConfig(config->ledStripConfig.ledConfigs);
|
targetApplyDefaultLedStripConfig(config->ledStripConfig.ledConfigs);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue