Add detailed instructions to the VTX Table (#1644)

Add detailed instructions to the VTX Table
10.7.0-preview
Michael Keller 2019-09-12 07:44:46 +12:00 committed by GitHub
commit e1f6cb2be1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -4935,7 +4935,7 @@
}, },
"vtxHelp": { "vtxHelp": {
"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", "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.",
"description": "Introduction message in the VTX tab" "description": "Introduction message in the VTX tab"
}, },
"vtxMessageNotSupported": { "vtxMessageNotSupported": {

View File

@ -8,7 +8,7 @@
</div> </div>
</div> </div>
<div class="note"> <div class="note vtx_supported">
<p i18n="vtxHelp"/> <p i18n="vtxHelp"/>
</div> </div>