From 1d6c9382e4f1da92ae47970a2a8b38eb11a620cc Mon Sep 17 00:00:00 2001 From: Hydra Date: Sat, 22 Apr 2017 02:24:36 +0100 Subject: [PATCH] CF/BF - SPRACINGF3NEO - Change the default telemetry settings to be appropriate for the XSR receiver. --- src/main/target/SPRACINGF3NEO/config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/target/SPRACINGF3NEO/config.c b/src/main/target/SPRACINGF3NEO/config.c index cb836c8ade..277363c604 100644 --- a/src/main/target/SPRACINGF3NEO/config.c +++ b/src/main/target/SPRACINGF3NEO/config.c @@ -55,7 +55,7 @@ void targetConfiguration(void) serialConfigMutable()->portConfigs[1].functionMask = FUNCTION_MSP; // So Bluetooth users don't have to change anything. serialConfigMutable()->portConfigs[findSerialPortIndexByIdentifier(TELEMETRY_UART)].functionMask = FUNCTION_TELEMETRY_SMARTPORT; serialConfigMutable()->portConfigs[findSerialPortIndexByIdentifier(GPS_UART)].functionMask = FUNCTION_GPS; - telemetryConfigMutable()->telemetry_inversion = 0; - telemetryConfigMutable()->sportHalfDuplex = 0; + telemetryConfigMutable()->telemetry_inversion = 1; + telemetryConfigMutable()->sportHalfDuplex = 1; } #endif