mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-26 01:35:28 +03:00
Merge pull request #2952 from mituritsyn/accel_fields_visibility
This commit is contained in:
commit
818f93a831
2 changed files with 2 additions and 1 deletions
|
@ -1381,6 +1381,7 @@ pid_tuning.initialize = function (callback) {
|
||||||
|
|
||||||
if (!have_sensor(FC.CONFIG.activeSensors, 'acc')) {
|
if (!have_sensor(FC.CONFIG.activeSensors, 'acc')) {
|
||||||
$('#pid_accel').hide();
|
$('#pid_accel').hide();
|
||||||
|
$('.acroTrainerAngleLimit').hide();
|
||||||
}
|
}
|
||||||
|
|
||||||
const hideSensorPid = function(element, sensorReady) {
|
const hideSensorPid = function(element, sensorReady) {
|
||||||
|
|
|
@ -83,7 +83,7 @@
|
||||||
</div> <!-- END PERSONALIZATION-->
|
</div> <!-- END PERSONALIZATION-->
|
||||||
|
|
||||||
<!-- CAMERA -->
|
<!-- CAMERA -->
|
||||||
<div class="gui_box grey miscSettings">
|
<div class="gui_box grey miscSettings accelNeeded">
|
||||||
<div class="gui_box_titlebar">
|
<div class="gui_box_titlebar">
|
||||||
<div class="spacer_box_title" i18n="configurationCamera"></div>
|
<div class="spacer_box_title" i18n="configurationCamera"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue