mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-21 15:25:22 +03:00
Merge branch 'add_logic_tooltip' into add_mode_logic_to_msp
This commit is contained in:
commit
76e632d9fc
1 changed files with 1 additions and 1 deletions
|
@ -1714,7 +1714,7 @@
|
|||
},
|
||||
|
||||
"auxiliaryHelp": {
|
||||
"message": "Use ranges to define the switches on your transmitter and corresponding mode assignments. A receiver channel that gives a reading between a range min/max will activate the mode. Remember to save your settings using the Save button."
|
||||
"message": "Configure modes here using a combination of ranges and/or links to other modes. Use <strong>ranges</strong> to define the switches on your transmitter and corresponding mode assignments. A receiver channel that gives a reading between a range min/max will activate the mode. Multiple ranges can be used to activate any mode. Multiple ranges in a single mode are by default logically OR'd together, but may also be logically AND'd together. Use a <strong>link</strong> to activate a mode when another mode is activated (<strong>Exception:</strong> ARM cannot be linked to or from another mode). If a link is added to a mode, any defined ranges for the mode are ignored.<br /><br />Remember to save your settings using the Save button."
|
||||
},
|
||||
"auxiliaryToggleUnused": {
|
||||
"message": "Hide unused modes"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue