1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-18 22:05:17 +03:00

CF/BF - SPRACINGF3NEO - Change the default telemetry settings to be

appropriate for the XSR receiver.
This commit is contained in:
Hydra 2017-04-22 02:24:36 +01:00 committed by Dominic Clifton
parent d2ec0719f7
commit 1d6c9382e4

View file

@ -55,7 +55,7 @@ void targetConfiguration(void)
serialConfigMutable()->portConfigs[1].functionMask = FUNCTION_MSP; // So Bluetooth users don't have to change anything. 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(TELEMETRY_UART)].functionMask = FUNCTION_TELEMETRY_SMARTPORT;
serialConfigMutable()->portConfigs[findSerialPortIndexByIdentifier(GPS_UART)].functionMask = FUNCTION_GPS; serialConfigMutable()->portConfigs[findSerialPortIndexByIdentifier(GPS_UART)].functionMask = FUNCTION_GPS;
telemetryConfigMutable()->telemetry_inversion = 0; telemetryConfigMutable()->telemetry_inversion = 1;
telemetryConfigMutable()->sportHalfDuplex = 0; telemetryConfigMutable()->sportHalfDuplex = 1;
} }
#endif #endif