mirror of
https://github.com/opentx/opentx.git
synced 2025-07-13 11:29:51 +03:00
[X7] Pots calibration fix - #4143
This commit is contained in:
parent
880216c544
commit
d52f89674c
8 changed files with 33 additions and 28 deletions
|
@ -464,7 +464,7 @@ void evalInputs(uint8_t mode)
|
|||
if (tmp==0 || (tmp==1 && (bpanaCenter & mask))) {
|
||||
anaCenter |= mask;
|
||||
if ((g_model.beepANACenter & mask) && !(bpanaCenter & mask) && !menuCalibrationState) {
|
||||
if (!IS_POT(i) || IS_POT_OR_SLIDER_AVAILABLE(i)) {
|
||||
if (!IS_POT(i) || IS_POT_SLIDER_AVAILABLE(i)) {
|
||||
AUDIO_POT_MIDDLE(i);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue