Skip to content

Commit

Permalink
Fix camelCase
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed Oct 8, 2024
1 parent 62bf4d9 commit ea5dd65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1464,10 +1464,10 @@
"configurationGyroCalOnFirstArm": {
"message": "Calibrate Gyro on first arm"
},
"configurationmotorIdle": {
"configurationMotorIdle": {
"message": "Motor Idle (%)"
},
"configurationmotorIdleHelp": {
"configurationMotorIdleHelp": {
"message": "Sets the idle speed of the motors while armed and throttle is 'low' (below `min_check`).<br/><br/><strong class=\"message-positive\">Dynamic Idle not enabled</strong><br/><br/>Each motor gets `min_command` plus Motor Idle percent.<br/><br/><b>Idle too low</b>: motors may not start reliably, spin up slowly, or desync in flips or rolls.<br/><br/><b>Idle too high</b>: the craft may feel 'floaty'.<br/><br/><b>Note</b>: analog ESC's must be calibrated so the motors start just above `min_command`.<br/><br/><strong class=\"message-positive\">Dynamic Idle enabled</strong><br/><br/>On arming, the 'normal' idle value is sent to each motor, until they spin up.<br/><br/>Once spinning, the motor signal is adjusted to achieve the target RPM.<br/><br/>Before takeoff, the motor signal is limited to the Motor Idle percentage, and the set RPM may not be achieved. This is OK. When throttle is raised above the `airmode_motor_start_throttle` percentage, the limit is much higher, and the set RPM should be achieved at idle.<br/><br/><b>Idle too low</b>: motors may not start reliably<br/><br/><b>Idle too high</b>: shaking before takeoff (only if dynamic idle is also high)<br/><br/><b>Note</b>: Dynamic Idle requires DShot and DShot Telemetry."
},
"configurationMotorPoles": {
Expand Down
4 changes: 2 additions & 2 deletions src/tabs/motors.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@
<div class="numberspacer">
<input type="number" name="motorIdle" min="0.0" max="20.0" step="0.1"/>
</div>
<span i18n="configurationmotorIdle"></span>
<div class="helpicon cf_tip_wide" i18n_title="configurationmotorIdleHelp"></div>
<span i18n="configurationMotorIdle"></span>
<div class="helpicon cf_tip_wide" i18n_title="configurationMotorIdleHelp"></div>
</div>
<div class="number idleMinRpm">
<div class="numberspacer noarrows">
Expand Down

0 comments on commit ea5dd65

Please sign in to comment.