From 9eb99048e3e6da6d2a554f00d257e860a424d1ae Mon Sep 17 00:00:00 2001 From: Raphael Coeffic Date: Wed, 26 Oct 2016 03:30:36 +0200 Subject: [PATCH] remove MSP command from replies --- src/main/telemetry/smartport.c | 3 --- 1 file changed, 3 deletions(-) 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 {