Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update messages #4270

Merged
merged 4 commits into from
Dec 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1101,6 +1101,10 @@
"message": "There is no motor output protocol selected",
"description": "Message that pops up to describe the MOTOR_PROTO arming disable flag"
},
"initialSetupArmingDisableFlagsTooltipCRASHFLIP": {
"message": "Crash Flip Switch is active",
"description": "Message that pops to describe the CRASHFLIP arming disable flag"
},
"initialSetupArmingDisableFlagsTooltipARM_SWITCH": {
"message": "One of the others disarm flags is active when arming",
"description": "Message that pops up to describe the ARM_SWITCH arming disable flag"
Expand Down Expand Up @@ -1896,10 +1900,6 @@
"message": "D Max increases D during quicker gyro and/or stick movements.<br><br>The 'Gain' factor increases D when the aircraft turns quickly or is shaking in propwash. Usually only 'Gain' is needed. <br><br>The 'Advance' factor increases D towards D Max during stick inputs. Usually it is not needed and should be set to zero. Advance can be useful for low authority aircraft that tend to overshoot heavily.<br><br>Higher Gain values (eg 40) may be more suitable for freestyle by lifting D more readily.<br><br>WARNING: One of Gain or Advance must be set above about 20 or D will not increase as it should. Setting both to zero will lock D at the base value.",
"description": "D Max feature helpicon message"
},
"pidTuningDerivativeHelp": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good find on the duplicate.

"message": "Baseline damping of ANY motion of the aircraft. <br /><br />Opposes movement whether caused by stick inputs or external influences (e.g. prop-wash or wind gusts)<br /><br />Higher D gains provide more stability and reduce overshoot.<br /><br />D amplifies noise (magnifies by 10x to 100x). This can burn out motors if gains are too high or D isn't filtered well.<br /><br />D-term is a bit like the shock absorber on your car.",
"description": "Derivative helpicon message on PID table titlebar"
},
"pidTuningPidSettings": {
"message": "PID Controller Settings"
},
Expand Down Expand Up @@ -2530,6 +2530,10 @@
"message": "Use to toggle PIDAUDIO",
"description": "Help text to PIDAUDIO mode"
},
"auxiliaryHelpMode_POSHOLD": {
"message": "Position hold mode",
"description": "Help text to POSHOLD mode"
},
"auxiliaryHelpMode_PREARM": {
"message": "When arming, wait for this switch to be activated before actually arming",
"description": "Help text to PREARM mode"
Expand Down Expand Up @@ -6720,6 +6724,10 @@
"message": "Number of bands",
"description": "Text of one of the fields of the VTX Table element in the VTX tab"
},
"vtxTableBandsHelp": {
"message": "This defines the number of bands required for the VTX",
"description": "Help for the number of bands field of the VTX Table element in the VTX tab"
},
"vtxTableChannels": {
"message": "Number of channels by band",
"description": "Text of one of the fields of the VTX Table element in the VTX tab"
Expand Down