mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Fix buzzer settings for AlienFlight Whoop V2.0
This commit is contained in:
parent
265dd7bdc5
commit
3f926ddd9d
1 changed files with 2 additions and 0 deletions
|
@ -97,6 +97,8 @@ void targetConfiguration(void)
|
|||
serialConfigMutable()->portConfigs[findSerialPortIndexByIdentifier(SERIALRX_UART)].functionMask = FUNCTION_TELEMETRY_FRSKY | FUNCTION_RX_SERIAL;
|
||||
telemetryConfigMutable()->telemetry_inverted = false;
|
||||
featureSet(FEATURE_TELEMETRY);
|
||||
beeperDevConfigMutable()->isOpenDrain = false;
|
||||
beeperDevConfigMutable()->isInverted = true;
|
||||
}
|
||||
|
||||
if (hardwareMotorType == MOTOR_BRUSHED) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue