Skip to content

Commit

Permalink
Merge pull request betaflight#3767 from AlienWiiBF/AF_Whoop_V2
Browse files Browse the repository at this point in the history
Fix buzzer settings for AlienFlight Whoop V2.0
  • Loading branch information
MJ666 authored Aug 6, 2017
2 parents 265dd7b + 3f926dd commit 981df1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/target/ALIENFLIGHTF3/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 981df1d

Please sign in to comment.