Skip to content

Commit dd666d4

Browse files
Merge pull request #2429 from iNavFlight/MrD_Clean-up-control_profile
Cleanup old references that should have been `control_profile`
2 parents fc75472 + e674bfb commit dd666d4

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

js/fc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ var FC = {
997997
'battery_capacity_warning',
998998
'battery_capacity_critical',
999999
'battery_capacity_unit',
1000-
'controlrate_profile',
1000+
'use_control_profile',
10011001
'throttle_scale',
10021002
'throttle_idle',
10031003
'turtle_mode_power_factor',

locale/en/messages.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5419,11 +5419,11 @@
54195419
"motor_direction_inverted_hint": {
54205420
"message": "Enable if the motor direction is reversed and the props are mounted in the opposite direction."
54215421
},
5422-
"mixer_pid_profile_linking": {
5422+
"mixer_control_profile_linking": {
54235423
"message": "Control Profile will use same index as Mixer Profile index"
54245424
},
5425-
"mixer_pid_profile_linking_hint": {
5426-
"message": "mixer_pid_profile_linking: Enable on both Mixer Profile if you want Control Profile switching handled by Mixer Profile switching(Recommend in vtol/mixed plaform type setup)"
5425+
"mixer_control_profile_linking_hint": {
5426+
"message": "mixer_control_profile_linking: Enable on both Mixer Profile if you want Control Profile switching handled by Mixer Profile switching(Recommend in vtol/mixed plaform type setup)"
54275427
},
54285428
"blackboxFields": {
54295429
"message": "Blackbox fields"

locale/ja/messages.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5377,11 +5377,11 @@
53775377
"motor_direction_inverted_hint": {
53785378
"message": "モーターの回転方向が逆で、プロペラが反対方向に取り付けられている場合に有効にします。"
53795379
},
5380-
"mixer_pid_profile_linking": {
5380+
"mixer_control_profile_linking": {
53815381
"message": "Control Profileは、Mixer Profileのインデックスと同じインデックスを使用します"
53825382
},
5383-
"mixer_pid_profile_linking_hint": {
5384-
"message": "mixer_pid_profile_linking: Control Profileの切り替えをMixer Profileの切り替えで処理したい場合は、両方のMixer Profileで有効にします。(VTOL / 混合プラットフォームタイプの設定で推奨)"
5383+
"mixer_control_profile_linking_hint": {
5384+
"message": "mixer_control_profile_linking: Control Profileの切り替えをMixer Profileの切り替えで処理したい場合は、両方のMixer Profileで有効にします。(VTOL / 混合プラットフォームタイプの設定で推奨)"
53855385
},
53865386
"blackboxFields": {
53875387
"message": "Blackboxフィールド"

locale/uk/messages.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5386,11 +5386,11 @@
53865386
"motor_direction_inverted_hint": {
53875387
"message": "Увімкніть, якщо напрямок мотора змінено на протилежний і пропелери встановлені у зворотному напрямку."
53885388
},
5389-
"mixer_pid_profile_linking": {
5389+
"mixer_control_profile_linking": {
53905390
"message": "Профіль керування буде використовувати той самий індекс, що й індекс Профілю мікшера"
53915391
},
5392-
"mixer_pid_profile_linking_hint": {
5393-
"message": "mixer_pid_profile_linking: Увімкніть на обох профілях змішування, якщо ви хочете, щоб перемикання профілю керування здійснювалося через перемикання профілю мікшера (рекомендується для налаштувань типу втол/змішана платформа)"
5392+
"mixer_control_profile_linking_hint": {
5393+
"message": "mixer_control_profile_linking: Увімкніть на обох профілях змішування, якщо ви хочете, щоб перемикання профілю керування здійснювалося через перемикання профілю мікшера (рекомендується для налаштувань типу втол/змішана платформа)"
53945394
},
53955395
"blackboxFields": {
53965396
"message": "Поля чорної скрині"

locale/zh_CN/messages.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5397,11 +5397,11 @@
53975397
"motor_direction_inverted_hint": {
53985398
"message": "在混控功能中反转电机的转向,注意该功能只是改变了程序中电机的逻辑转向,还需要另外更改电机的实际转向。"
53995399
},
5400-
"mixer_pid_profile_linking": {
5400+
"mixer_control_profile_linking": {
54015401
"message": "PID配置文件将使用与混合配置文件索引相同的索引。"
54025402
},
5403-
"mixer_pid_profile_linking_hint": {
5404-
"message": "mixer_pid_profile_linking: 如果您希望PID配置文件切换由混合配置文件切换处理,请在两者的混合配置文件上启用此选项(建议在垂直/混合平台类型设置中使用)。"
5403+
"mixer_control_profile_linking_hint": {
5404+
"message": "mixer_control_profile_linking: 如果您希望PID配置文件切换由混合配置文件切换处理,请在两者的混合配置文件上启用此选项(建议在垂直/混合平台类型设置中使用)。"
54055405
},
54065406
"blackboxFields": {
54075407
"message": "黑匣子字段"

tabs/mixer.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636

3737

3838
<div class="checkbox">
39-
<input id="mixer_pid_profile_linking" type="checkbox" class="toggle" data-setting="mixer_pid_profile_linking" />
40-
<label for="mixer_pid_profile_linking"><span data-i18n="mixer_pid_profile_linking"></span></label>
41-
<div class="helpicon cf_tip" data-i18n_title="mixer_pid_profile_linking_hint"></div>
39+
<input id="mixer_control_profile_linking" type="checkbox" class="toggle" data-setting="mixer_control_profile_linking" />
40+
<label for="mixer_control_profile_linking"><span data-i18n="mixer_control_profile_linking"></span></label>
41+
<div class="helpicon cf_tip" data-i18n_title="mixer_control_profile_linking_hint"></div>
4242
</div>
4343
</div>
4444
</div>

0 commit comments

Comments
 (0)