diff --git a/src/telemetry_common.c b/src/telemetry_common.c index 432b6a5e66..29c9b24085 100644 --- a/src/telemetry_common.c +++ b/src/telemetry_common.c @@ -62,7 +62,7 @@ bool canUseTelemetryWithCurrentConfiguration(void) void initTelemetry(serialPorts_t *serialPorts) { // Force telemetry to uart when softserial disabled - if (canSoftwareSerialBeUsed()) + if (!canSoftwareSerialBeUsed()) telemetryConfig->telemetry_port = TELEMETRY_PORT_UART; #ifdef FY90Q