Skip to content

Commit e1f6cb2

Browse files
authored
Add detailed instructions to the VTX Table (#1644)
Add detailed instructions to the VTX Table
2 parents 9442e9d + d35b41c commit e1f6cb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

locales/en/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4935,7 +4935,7 @@
49354935
},
49364936

49374937
"vtxHelp": {
4938-
"message": "Here you can configure the values for your Video Transmitter (VTX). You can view and change the transmission values, including the VTX Tables, if the flight controller and VTX support it",
4938+
"message": "Here you can configure the values for your Video Transmitter (VTX). You can view and change the transmission values, including the VTX Tables, if the flight controller and the VTX support it.<br>To set up your VTX use the following steps:<br>1. Go to <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://github.com/betaflight/betaflight/wiki/VTX-tables\">this</a> page;<br>2. Find the appropriate VTX configuration file for your country and your VTX model and download it;<br>3. Click '$t(vtxButtonLoadFile.message)' below, select the VTX configuration file, load it;<br>4. Verify that the settings are correct;<br>5. Click '$t(vtxButtonSave.message)' to store the VTX settings on the flight controller.",
49394939
"description": "Introduction message in the VTX tab"
49404940
},
49414941
"vtxMessageNotSupported": {

src/tabs/vtx.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</div>
99
</div>
1010

11-
<div class="note">
11+
<div class="note vtx_supported">
1212
<p i18n="vtxHelp"/>
1313
</div>
1414

0 commit comments

Comments
 (0)