From 9cda2300ae1a8a13df75306a3ee47f491e844e17 Mon Sep 17 00:00:00 2001 From: Goebish Date: Wed, 18 Sep 2019 00:48:08 +0200 Subject: [PATCH] Fix start channel --- 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