Merge pull request #3767 from AlienWiiBF/AF_Whoop_V2

Fix buzzer settings for AlienFlight Whoop V2.0
This commit is contained in:
MJ666 2017-08-06 15:11:56 +02:00 committed by GitHub
commit 981df1d544
1 changed files with 2 additions and 0 deletions

View File

@ -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) {