mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 01:05:15 +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')) {
|
||||
$('#pid_accel').hide();
|
||||
$('.acroTrainerAngleLimit').hide();
|
||||
}
|
||||
|
||||
const hideSensorPid = function(element, sensorReady) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue