From b457c190a487adac805299225826f440fba106e9 Mon Sep 17 00:00:00 2001 From: hyp0dermik-code Date: Wed, 12 Jun 2024 16:36:21 +1200 Subject: [PATCH] Correct airport RX baud rate field --- docs/software/airport.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/software/airport.md b/docs/software/airport.md index 24f8d0ddc..56013e0e9 100644 --- a/docs/software/airport.md +++ b/docs/software/airport.md @@ -86,7 +86,7 @@ A good baseline is: 5. In the ELRS WebUI, check the `Use as AirPort Serial device` checkbox. - 6. In the `AirPort UART baud` field, enter your desired baud rate. IMPORTANT: Pay close attention to the "Data rate vs Baud rate" section above when choosing your baud. A good default is `9600` baud for 2.4GHz and `4800`` baud for 868/900MHz. + 6. In the `UART baud` field, enter your desired baud rate. IMPORTANT: Pay close attention to the "Data rate vs Baud rate" section above when choosing your baud. A good default is `9600` baud for 2.4GHz and `4800`` baud for 868/900MHz. 7. Click `SAVE & REBOOT`.