diff --git a/src/telemetry_common.c b/src/telemetry_common.c index 1153290dd..c93643d6a 100644 --- a/src/telemetry_common.c +++ b/src/telemetry_common.c @@ -23,7 +23,7 @@ bool canUseTelemetryWithCurrentConfiguration(void) { } if (!feature(FEATURE_SOFTSERIAL)) { - if (mcfg.telemetry_port == TELEMETRY_PORT_SOFTSERIAL_1 || mcfg.telemetry_port == TELEMETRY_PORT_SOFTSERIAL_1) { + if (mcfg.telemetry_port == TELEMETRY_PORT_SOFTSERIAL_1 || mcfg.telemetry_port == TELEMETRY_PORT_SOFTSERIAL_2) { // softserial feature must be enabled to use telemetry on softserial ports return false; }