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:
parent
d2ec0719f7
commit
1d6c9382e4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue