Skip to content

Commit

Permalink
Improved power rating labels #484
Browse files Browse the repository at this point in the history
  • Loading branch information
stylesuxx committed Aug 29, 2024
1 parent 2e598a9 commit cd70e8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/sources/Bluejay/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/translations/en/hints.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit cd70e8f

Please sign in to comment.