From 7948e33cbce9e3e07f7506e627e2636464954f4b Mon Sep 17 00:00:00 2001 From: goebish Date: Wed, 18 Sep 2019 08:48:04 +0200 Subject: [PATCH] Fix start channel (#267) --- Multiprotocol/FrSkyX_Rx_cc2500.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Multiprotocol/FrSkyX_Rx_cc2500.ino b/Multiprotocol/FrSkyX_Rx_cc2500.ino index 74ecd7a..f4c0d3e 100644 --- a/Multiprotocol/FrSkyX_Rx_cc2500.ino +++ b/Multiprotocol/FrSkyX_Rx_cc2500.ino @@ -160,7 +160,7 @@ static void __attribute__((unused)) frskyx_rx_build_telemetry_packet() // buid telemetry packet pkt[idx++] = frskyx_rx_pps; pkt[idx++] = frskyx_rx_rssi; - pkt[idx++] = 1; // start channel + pkt[idx++] = 0; // start channel pkt[idx++] = 16; // number of channels in packet // pack channels