mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-09 22:38:10 +00:00
Fix start channel (#267)
This commit is contained in:
parent
2be2dce584
commit
7948e33cbc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user