mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-21 15:25:22 +03:00
Remove ONESHOT125 and Change Some names
This commit is contained in:
parent
72743dca69
commit
2662f64e83
4 changed files with 5 additions and 6 deletions
|
@ -785,7 +785,7 @@
|
||||||
"message": "Profile"
|
"message": "Profile"
|
||||||
},
|
},
|
||||||
"pidTuningControllerHead": {
|
"pidTuningControllerHead": {
|
||||||
"message": "PID Controller"
|
"message": "PID Math"
|
||||||
},
|
},
|
||||||
"pidTuningLoadedProfile": {
|
"pidTuningLoadedProfile": {
|
||||||
"message": "Loaded Profile: <strong style=\"color: #ffbb00\">$1</strong>"
|
"message": "Loaded Profile: <strong style=\"color: #ffbb00\">$1</strong>"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"minimum_chrome_version": "38",
|
"minimum_chrome_version": "38",
|
||||||
"version": "1.0",
|
"version": "1.1",
|
||||||
"author": "Hydra",
|
"author": "Hydra",
|
||||||
"name": "Betaflight - Configurator",
|
"name": "Betaflight - Configurator",
|
||||||
"short_name": "Betaflight",
|
"short_name": "Betaflight",
|
||||||
|
|
|
@ -132,7 +132,6 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
|
||||||
{bit: 15, group: 'rssi', name: 'RSSI_ADC'},
|
{bit: 15, group: 'rssi', name: 'RSSI_ADC'},
|
||||||
{bit: 16, group: 'other', name: 'LED_STRIP'},
|
{bit: 16, group: 'other', name: 'LED_STRIP'},
|
||||||
{bit: 17, group: 'other', name: 'DISPLAY'},
|
{bit: 17, group: 'other', name: 'DISPLAY'},
|
||||||
{bit: 18, group: 'esc', name: 'ONESHOT125', haveTip: true},
|
|
||||||
{bit: 19, group: 'other', name: 'BLACKBOX', haveTip: true}
|
{bit: 19, group: 'other', name: 'BLACKBOX', haveTip: true}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -319,9 +319,9 @@ TABS.pid_tuning.initialize = function (callback) {
|
||||||
]
|
]
|
||||||
} else {
|
} else {
|
||||||
pidControllerList = [
|
pidControllerList = [
|
||||||
{ name: "MultiWii (2.3)"},
|
{ name: ""},
|
||||||
{ name: "MultiWii (Rewrite)"},
|
{ name: "Integer"},
|
||||||
{ name: "LuxFloat"},
|
{ name: "Float"},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue