diff --git a/docs/software/mavlink.md b/docs/software/mavlink.md index 7d2140a45..6a4105bef 100644 --- a/docs/software/mavlink.md +++ b/docs/software/mavlink.md @@ -186,7 +186,7 @@ If you are on Windows, QGroundControl requires a recent daily build to support t - **macOS**: ⬜ Leave the `Force DTR Low` checkbox **unchecked** !!! danger "Windows Users: DTR MUST Be Low" - On Windows, you **must** enable "Force DTR Low" or the connection will fail and your TX module will reboot / lockup. This is due to how Windows handles serial port control signals with ESP32 hardware. This setting is a recent addition to QGC which is why the daily builds are suggested. + On Windows, if you use QGC, you **must** enable "Force DTR Low" or the connection will fail and your TX module will reboot / lockup. This is due to how Windows handles serial port control signals with ESP32 hardware. This setting is a recent addition to QGC which is why the daily builds are suggested. If you're using a custom approach, also make sure you disable the RTS in the serial port communication, unless it will reboot / lockup the TX module. 1. **Save and Connect**: - Click **OK** to save the comm link @@ -351,4 +351,4 @@ When using WiFi forwarding through the TX Backpack, the Backpack tracks addition - **Dropped packets**: Number of messages with sequence number gaps (indicates RF link issues) - **Buffer overflows**: Number of times the 16-message buffer filled up (indicates too much telemetry for available bandwidth) -These statistics help diagnose performance issues. \ No newline at end of file +These statistics help diagnose performance issues.