I needs two extra channels added to the msp stream. Channel 7 and 8. Could someone help me build the firmware for a matek h743 wing lite. Or link me to instructions how to add it myself.
I found this but its over my head
opened 02:07PM - 01 Oct 24 UTC
closed 01:01PM - 03 Oct 24 UTC
**IF YOU DON'T REMOVE THESE FOUR LINES, THEN YOUR REPORT WILL BE CLOSED AUTOMATI… CALLY**
Questions and user problems should be directed at the forum (http://discuss.ardupilot.org)
_**Please be very sure you have found a bug when opening this issue**_
If there was a previous discussion in the forum, link to it
## Bug report
only 4 rc chan send via msp displayport telemetry
im connect logic to serial4 (tx3 pin) of matek h743 wing, serial4_proto: Displayport.
This data:
```
0x24
0x4D
0x3E
0x08 //len (4 * sizeof(uint16_t)
0x69 //MSP_CMD_RC 105
0x5B //ch1_lo
0x06 //ch1_ho
0x5E //ch2
0x06
0xB8 //ch3
0x06
0xC6 //ch4
0x07
0x1B //crc
```
Only 4 ch of 16 in packet, where im may see another 10 channels?
**Version**
4.5 plane
**Platform**
[x] Plane
**Airframe type**
wing
**Hardware type**
matek h743 wing v3
**Logs**
[untitled.txt](https://github.com/user-attachments/files/17210964/untitled.txt)