Skip to content

Commit

Permalink
Merge pull request #2341 from sensei-hacker/remove_vcp_warning
Browse files Browse the repository at this point in the history
Remove vcp warning from Ports tab
  • Loading branch information
DzikuVx authored Feb 8, 2025
2 parents cf64225 + b4ab08e commit 4174cdb
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 13 deletions.
3 changes: 0 additions & 3 deletions locale/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1286,9 +1286,6 @@
"portsHelp": {
"message": "<strong>Note:</strong> not all combinations are valid. When the flight controller firmware detects this the serial port configuration will be reset."
},
"portsMSPHelp": {
"message": "<strong>Note:</strong> Do <span style=\"color: red\">NOT</span> disable MSP on the first serial port unless you know what you are doing. You may have to reflash and erase your configuration if you do."
},
"portsFirmwareUpgradeRequired": {
"message": "Firmware upgrade <span style=\"color: red\">required</span>."
},
Expand Down
3 changes: 0 additions & 3 deletions locale/ja/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1273,9 +1273,6 @@
"portsHelp": {
"message": "<strong>注:</strong> すべての組み合わせが有効であるとは限りません。フライトコントローラのファームウェアがこれらを検出すると、シリアルポートの設定がリセットされます。"
},
"portsMSPHelp": {
"message": "<strong>注:</strong> 確実に設定内容を把握しない限り、最初のシリアルポートのMSPを<span style=\"color: red\">無効にしないでください。</span>設定した場合、ファームウェアの再フラッシュが必要になり、すべての設定が消去される場合があります。"
},
"portsFirmwareUpgradeRequired": {
"message": "ファームウェアの更新が<span style=\"color: red\">必要です</span>。"
},
Expand Down
3 changes: 0 additions & 3 deletions locale/uk/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1267,9 +1267,6 @@
"portsHelp": {
"message": "<strong>Примітка:</strong> не всі комбінації є допустимими. Коли прошивка польотного контролера виявляє це, конфігурація послідовного порту буде скинута."
},
"portsMSPHelp": {
"message": "<strong>Примітка:</strong> Не <span style=color: red>ВІДКЛЮЧАЙТЕ</span> MSP на першому послідовному порту, якщо ви не впевнені у своїх діях. Вам, можливо, доведеться перепрошити та стерти вашу конфігурацію, якщо ви це зробите."
},
"portsFirmwareUpgradeRequired": {
"message": "<span style=\"color: red\">Потрібне</span> оновлення прошивки."
},
Expand Down
3 changes: 0 additions & 3 deletions locale/zh_CN/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1276,9 +1276,6 @@
"portsHelp": {
"message": "<strong>注意:</strong> 并非所有组合功能都有效,当飞控检测到端口冲突时便会重置这个端口的设置(<span style=\"color: red\">一个UART端口只能设置一个功能,同时设置两个功能,保存后会重置所有端口设置</span>)"
},
"portsMSPHelp": {
"message": "<strong>注意:</strong> 不要 <span style=\"color: red\">关闭</span> 第一个端口的MSP功能,除非您确定这样做的目的,否则您可能需要重刷固件并且清空所有配置"
},
"portsFirmwareUpgradeRequired": {
"message": "固件 <span style=\"color: red\">需要</span> 升级"
},
Expand Down
1 change: 0 additions & 1 deletion tabs/ports.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<div class="note spacebottom">
<div class="note_spacer">
<p data-i18n="portsHelp"></p>
<p data-i18n="portsMSPHelp"></p>
</div>
</div>
<table class="ports spacebottom">
Expand Down

0 comments on commit 4174cdb

Please sign in to comment.