1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-19 22:35:17 +03:00

Rename ACC_CALIB arming disabled message to NO_ACC_CAL

This commit is contained in:
Bruce Luckcuck 2020-02-05 18:07:15 -05:00
parent 2925646d82
commit 01e35c2ecb
5 changed files with 9 additions and 9 deletions

View file

@ -827,9 +827,9 @@
"message": "El DSHOT bitbanged no funciona correctament i no es poden controlar els motors. Probablement causat per un conflicte de temporitzador amb altres funcions activades al controlador de vol.",
"description": "Message that pops up to describe the DSHOT_BBANG arming disable flag"
},
"initialSetupArmingDisableFlagsTooltipACC_CALIB": {
"initialSetupArmingDisableFlagsTooltipNO_ACC_CAL": {
"message": "L'acceleròmetre no s'ha calibrat i estan habilitades funcions que es basen en ell. Calibrar lacceleròmetre.",
"description": "Message that pops up to describe the ACC_CALIB arming disable flag"
"description": "Message that pops up to describe the NO_ACC_CAL arming disable flag"
},
"initialSetupArmingDisableFlagsTooltipARM_SWITCH": {
"message": "Un dels altres desarmar banderes està actiu quan es fa armament",

View file

@ -930,9 +930,9 @@
"message": "Bitbanged DSHOT is not working properly and the motors can't be controlled. Likely caused by a timer conflict with other features enabled on the flight controller.",
"description": "Message that pops up to describe the DSHOT_BBANG arming disable flag"
},
"initialSetupArmingDisableFlagsTooltipACC_CALIB": {
"initialSetupArmingDisableFlagsTooltipNO_ACC_CAL": {
"message": "The accelerometer has not been calibrated and features are enabled that rely on it. Calibrate the accelerometer.",
"description": "Message that pops up to describe the ACC_CALIB arming disable flag"
"description": "Message that pops up to describe the NO_ACC_CAL arming disable flag"
},
"initialSetupArmingDisableFlagsTooltipARM_SWITCH": {
"message": "One of the others disarm flags is active when arming",

View file

@ -834,9 +834,9 @@
"message": "DSHOT bitbanged ez da behar bezala funtzionatzen eta motorrak ezin dira kontrolatu. Litekeena da hegaldiaren kontroladorean gaitutako beste funtzio batzuekin tenporizadore baten gatazka.",
"description": "Message that pops up to describe the DSHOT_BBANG arming disable flag"
},
"initialSetupArmingDisableFlagsTooltipACC_CALIB": {
"initialSetupArmingDisableFlagsTooltipNO_ACC_CAL": {
"message": "Azelerometroa ez da kalibratu eta haren mende dauden funtzioak gaituta daude. Azelerometroa kalibratu.",
"description": "Message that pops up to describe the ACC_CALIB arming disable flag"
"description": "Message that pops up to describe the NO_ACC_CAL arming disable flag"
},
"initialSetupArmingDisableFlagsTooltipARM_SWITCH": {
"message": "Desarmatzeko beste banderietako bat gaituta zegoen armatzerakoan",

View file

@ -906,9 +906,9 @@
"message": "Bitbanged DSHOT is not working properly and the motors can't be controlled. Likely caused by a timer conflict with other features enabled on the flight controller.",
"description": "Message that pops up to describe the DSHOT_BBANG arming disable flag"
},
"initialSetupArmingDisableFlagsTooltipACC_CALIB": {
"initialSetupArmingDisableFlagsTooltipNO_ACC_CAL": {
"message": "The accelerometer has not been calibrated and features are enabled that rely on it. Calibrate the accelerometer.",
"description": "Message that pops up to describe the ACC_CALIB arming disable flag"
"description": "Message that pops up to describe the NO_ACC_CAL arming disable flag"
},
"initialSetupArmingDisableFlagsTooltipARM_SWITCH": {
"message": "O Switch de armar não está em uma posição segura",

View file

@ -240,7 +240,7 @@ TABS.setup.initialize = function (callback) {
'DSHOT_BBANG']);
}
if (semver.gte(CONFIG.apiVersion, "1.43.0")) {
disarmFlagElements = disarmFlagElements.concat(['ACC_CALIB']);
disarmFlagElements = disarmFlagElements.concat(['NO_ACC_CAL']);
}
// Always the latest element