Open the preset and select the UART port actually connected to the flight controller. For example, if the air unit is connected to TX2 and RX2, select UART2. Follow the same rule for other UART ports.
Wiring and power supply are not repeated here. Refer to the Betaflight section above for details.
In this guide, the n in SERIALn represents the UART port connected to the air unit. For example, if the air unit is connected to TX2 and RX2, use SERIAL2.
Betaflight 4.3 uses a completely different configuration method from current versions. Unless there is a specific reason to use it, there is generally no need to use the older Betaflight version.
Click here to expand/collapse
Copy and enter the following CLI commands:
set osd_displayport_device = MSP
set displayport_msp_serial = 0
save
0 is not a fixed value. For example, 0 corresponds to UART1, 1 corresponds to UART2, and so on.