diff --git a/src/main/telemetry/smartport.c b/src/main/telemetry/smartport.c index a808f9a93a..db0956e0a4 100644 --- a/src/main/telemetry/smartport.c +++ b/src/main/telemetry/smartport.c @@ -483,10 +483,7 @@ bool smartPortSendMspReply() // header *(p++) = (SMARTPORT_MSP_VERSION << 5) | (1 << 4) | (seq++ & 0xF); - *(p++) = size; - *(p++) = smartPortMspReply.cmd; - checksum = sbufBytesRemaining(txBuf) ^ smartPortMspReply.cmd; } else {