From cd70e8f33c42442da9084c759c65bce110cddbd4 Mon Sep 17 00:00:00 2001 From: Chris L Date: Thu, 29 Aug 2024 23:19:17 +0200 Subject: [PATCH] Improved power rating labels #484 --- src/sources/Bluejay/settings.js | 4 ++-- src/translations/en/hints.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/sources/Bluejay/settings.js b/src/sources/Bluejay/settings.js index 41559a708..9479009c1 100644 --- a/src/sources/Bluejay/settings.js +++ b/src/sources/Bluejay/settings.js @@ -377,10 +377,10 @@ COMMON['206'] = { label: 'escPowerRating', options: [{ value: '1', - label: '1S', + label: '1S Only', }, { value: '2', - label: '2S+', + label: '1-2S+', }], group: 'bluejaySafety', order: 0, diff --git a/src/translations/en/hints.json b/src/translations/en/hints.json index af25d6071..3cad9afe7 100644 --- a/src/translations/en/hints.json +++ b/src/translations/en/hints.json @@ -35,7 +35,7 @@ "SINE_MODE_RANGE": "The amount of throttle in percent used for sinusoidal startup.", "BRAKE_STRENGTH": "The level of hold brake applied when brake on stop is enabled.", "BRAKING_STRENGTH": "Maximum amount of braking applied (complementary PWM duty cycle).", - "POWER_RATING": "Depending on the power rating of your board this needs to be set to 1S if the board is rated for 1S only. On all boards rated at least with 2S (including 1-2S) or when a DC/DC converter is used to power the ESCs MCUs, this needs to be set to 2S+.", + "POWER_RATING": "Depending on the power rating of your board this needs to be set to '1S Only' if the board is rated for 1S only. On all boards rated at least with 2S (including 1-2S) or when a DC/DC converter is used to power the ESCs MCUs, this needs to be set to '1-2S+'.", "PWM_THRESHOLD_LOW": "Below this throttle, a 96kHz PWM signal will be used. Between low and high, a 48kHz PWM signal will beused.", "PWM_THRESHOLD_HIGH": "Above this throttle, a 24kHz PWM signal will be used.", "FORCE_EDT_ARM": "Only arm after successfull EDT handshake. Flight controller firmware has to support this feature.",