Skip to content

Commit

Permalink
fixed warnings of broken inlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
maybenikhil committed Feb 20, 2024
1 parent dd9cd28 commit e2b9130
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/quick-start/binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ The Receiver LED should also be blinking when powered up.
- If there is no other Full UART, you can try wiring a Pull-up Resistor: Connect a Resistor (300 Ohm to 1k Ohm value; a lower value is more effective) between this UART's RX pad and either a 5v or 3.3v pad as shown below:

<figure markdown>
![ExpressLRS Pull-up](../../assets/images/pull-up.png)
![ExpressLRS Pull-up](../assets/images/pull-up.png)
</figure>

4. If you are using any of the Digital FPV systems like the DJI FPV Air Unit, Caddx Vista or DJI O3 Air Unit, and you wired or connected all six wires to your Flight Controller, you will need to remove the SBUS/DJI HDL wire.
Expand Down
4 changes: 2 additions & 2 deletions docs/quick-start/pre-1stflight.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ One important thing to keep in mind is that Aux1 should be used as your Arming s
To get RSSI and Link Quality displayed in the OSD, set both **RSSI Channel** and **RSSI_ADC** to {==Disabled==}. Both settings can be found in the Receiver Tab.

<figure markdown>
![Conf Tab](../../assets/images/ConfigurationTab.png)
![Conf Tab](../assets/images/ConfigurationTab.png)
</figure>

<figure markdown>
![INAV Config](../../assets/images/FC-rxconfig-INAV.png)
![INAV Config](../assets/images/FC-rxconfig-INAV.png)
</figure>

On the OSD Tab, use the **Link Quality** and **RSSI dBm value** elements (not "RSSI Value"). INAV has put this in the `CRSF RX Statistics` section.
Expand Down
2 changes: 1 addition & 1 deletion docs/quick-start/transmitters/jumper-t20-internal.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,4 +449,4 @@ template: main.html
[TX update tab]: ../../assets/images/web-update-tx.png
[Success WiFi]: ../../assets/images/txmoduleWiFiUpdateSuccess.jpg
[Old File Upload]: ../../assets/images/web-firmwareupdate.png
[ExpressLRS Lua Script]: ../firmware-version/#via-lua-script
[ExpressLRS Lua Script]: firmware-version.md#via-lua-script
2 changes: 1 addition & 1 deletion docs/quick-start/webui.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,4 +290,4 @@ This section is currently only available for the RadioMaster Ranger module.
[Lua Script]: ../assets/images/lua1.jpg
[Lua Running]: ../assets/images/lua/config-bw.png
[Lua WiFi]: ../assets/images/lua/wifi-bw.png
[Lua WiFi RX]: ../../assets/images/lua/wifi-bw-rx.png
[Lua WiFi RX]: ../assets/images/lua/wifi-bw-rx.png

0 comments on commit e2b9130

Please sign in to comment.