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
Please place your image in `/src/assets/images`so that you can use it like this `[Example Image](../../../images/example-image.png)`
97
+
Please place your image in `/src/assets/images`so that you can use it like this `[Example Image](/src/assets/images/example-image.png)` while using `yarn dev`. Before PR request add `https://raw.githubusercontent.com/OpenIPC/docs/refs/heads/main` before every image like this `[Example Image](https://raw.githubusercontent.com/OpenIPC/docs/refs/heads/main/src/assets/images/example-image.png)`
98
+
:::
99
+
:::caution
100
+
To make ThemeImage work, add `import ThemeImage from '/src/components/ThemeImage.astro'` right after Frontmatter. If you forget to do this, `yarn dev` won't see any problems, but the site won't work, so do a `yarn build` before PR to check if everything is ok.
91
101
:::
92
102
93
103
### 7. Add Your Page to the Sidebar Navigation (If Required)
Copy file name to clipboardExpand all lines: src/content/docs/hardware/OpenIPC/VTX/fpv-thinker-aio.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Two variants of the unit are available:
12
12
13
13
[^1]: RTL8731BU, typical peak TX power is 50mW @ 5G, 125mW @ 2.4G
14
14
15
-

15
+

16
16
17
17
### Specifications
18
18
@@ -94,7 +94,7 @@ For proper communication, ensure that D+ is connected to D+ and D- is connected
94
94
95
95
#### System Connectivity & Physical Specifications
@@ -121,7 +121,7 @@ For proper communication, ensure that D+ is connected to D+ and D- is connected
121
121
| RX | In | UART1 receive line |
122
122
| TX | Out | UART1 transmit line |
123
123
124
-

124
+

125
125
126
126
#### *Installation Tips and Precautions*
127
127
@@ -176,7 +176,7 @@ There are several ways to update the firmware on your Thinker Air Unit, but the
176
176
177
177
The latest standard firmware can be downloaded [here](https://github.com/OpenIPC/builder/releases/download/latest/ssc338q_fpv_openipc-thinker-aio-nor.tgz). This version (`ssc338q_fpv_openipc-thinker-aio-nor`) includes drivers for **RTL8812AU** and **RTL873xBU** WiFi modules.
178
178
179
-
If you're using an **RTL8812EU** module, use [this alternate firmware](https://github.com/OpenIPC/builder/releases/download/latest/ssc338q_fpv_openipc-urllc-aio-nor.tgz) (`ssc338q_fpv_openipc-urllc-aio-nor`).
179
+
If you're using an [**RTL8812EU**](/use-cases/fpv/net-cards/rtl8812eu) module, use [this alternate firmware](https://github.com/OpenIPC/builder/releases/download/latest/ssc338q_fpv_openipc-urllc-aio-nor.tgz) (`ssc338q_fpv_openipc-urllc-aio-nor`).
0 commit comments