From fddfa8c19f7c7e9e12fe351622973c7df230eeb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Garci=CC=81a=20Hierro?= Date: Fri, 13 Apr 2018 10:37:11 +0100 Subject: [PATCH] Remove FSSP_DATAID_A3 from the smartport sensor array Since we don't send any data for A3, the only thing it does here is more or less waste a telemetry cycle (not 100% wasted since it can be used for MSP when there's a MSP-over-telemetry request in flight, but mostly). Thanks to @teckel12 for pointing it out. --- src/main/telemetry/smartport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/telemetry/smartport.c b/src/main/telemetry/smartport.c index ba52e3840c..a3e4d2a98f 100755 --- a/src/main/telemetry/smartport.c +++ b/src/main/telemetry/smartport.c @@ -113,7 +113,7 @@ const uint16_t frSkyDataIdTable[] = { FSSP_DATAID_HOME_DIST , FSSP_DATAID_GPS_ALT , FSSP_DATAID_ASPD , - FSSP_DATAID_A3 , + // FSSP_DATAID_A3 , FSSP_DATAID_A4 , 0 };