Skip to content

Commit 353ba62

Browse files
authored
Update pre-1stflight.md (#499)
* Update pre-1stflight.md Change Airport link to Mavlink * Make spellcheck happy * Add link to lua
1 parent 6fb479e commit 353ba62

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/quick-start/pre-1stflight.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,15 +146,15 @@ If you use 200Hz and 1:2 Tlm ratio the stars will not even blink because the upd
146146

147147
## MSP
148148

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.
151151

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.
153153

154154
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.
155155

156156
## MAVLINK
157157

158-
See [Airport](../software/airport.md).
158+
See the [MAVLink](../software/mavlink.md) setup guide for more info.
159159

160160
**Done. Go Fly!**

0 commit comments

Comments
 (0)