You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/quick-start/pre-1stflight.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,15 +146,15 @@ If you use 200Hz and 1:2 Tlm ratio the stars will not even blink because the upd
146
146
147
147
## MSP
148
148
149
-
To configure Betaflight from your transmitter it's possible to use the Betaflight lua scripts.
150
-
This requires the telemetry feature enabled for the RX+TX. If the telemetry page of OpenTX does not show regular updates for all sensors the LUA script will also not work.
149
+
To configure Betaflight from your transmitter it's possible to use the Betaflight lua scripts. If you are having trouble, make sure you are running the latest [Betaflight nightly lua](https://github.com/betaflight/betaflight-tx-lua-scripts-nightlies/releases).
150
+
This requires the telemetry feature enabled for the RX+TX. If the telemetry page of your radio does not show regular updates for all sensors the LUA script will not work.
151
151
152
-
To get a responsive UI configure ExpressLRS for fast data transfer so make sure to use something like `200Hz/500Hz` with `1:2` Tlm and a serial baud rate of `400000`. Currently, MSP is limited to `50Hz` on `115200` Baud and does not work with a `500`` Hz` refresh rate. The initial VTX tables download does take some time - but is cached after that.
152
+
To get a responsive UI, configure ExpressLRS for fast data transfer. Use something like `200Hz/500Hz` with `1:2` Tlm ratio and a serial baud rate of at least `400000`. The initial VTX tables download does take some time - but is cached after that.
153
153
154
154
If you get a "retrying" message while saving changes it means that the Lua script did not receive a response fast enough. But the change usually still goes through so try reloading the page to check if the change was saved. With the recommended settings this does not happen but with slower settings, it could happen.
155
155
156
156
## MAVLINK
157
157
158
-
See [Airport](../software/airport.md).
158
+
See the [MAVLink](../software/mavlink.md) setup guide for more info.
0 commit comments