mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-26 01:35:28 +03:00
New tooltip in config tab
This commit is contained in:
parent
4b966dca4b
commit
136d2edd44
2 changed files with 6 additions and 0 deletions
|
@ -1373,5 +1373,8 @@
|
||||||
},
|
},
|
||||||
"configHelp1": {
|
"configHelp1": {
|
||||||
"message": "RSSI is a measurement of signal strength and is very handy so you know when your aircraft is going out of range or if it is suffering RF interference."
|
"message": "RSSI is a measurement of signal strength and is very handy so you know when your aircraft is going out of range or if it is suffering RF interference."
|
||||||
|
},
|
||||||
|
"configHelp2": {
|
||||||
|
"message": "Arbitrary board rotation in degrees, to allow mounting it sideways / upside down / rotated etc. When running external sensors, use the sensor alignments (Gyro, Acc, Mag) to define sensor position independent from board orientation. "
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -104,6 +104,9 @@
|
||||||
<div class="gui_box grey">
|
<div class="gui_box grey">
|
||||||
<div class="gui_box_titlebar">
|
<div class="gui_box_titlebar">
|
||||||
<div class="spacer_box_title" i18n="configurationBoardAlignment"></div>
|
<div class="spacer_box_title" i18n="configurationBoardAlignment"></div>
|
||||||
|
<div class="helpicon cf_tip">
|
||||||
|
<div class="cf_tooltiptext" i18n="configHelp2" style="display:none;"></div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="spacer_box">
|
<div class="spacer_box">
|
||||||
<div style="width:60%; float:left;">
|
<div style="width:60%; float:left;">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue