mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
Speaker pitch mas modified by Haptic strength!
This commit is contained in:
parent
dea8c79811
commit
3bcb1f6097
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ void menuProcSetup(uint8_t event)
|
|||
lcd_puts_P(0, y, PSTR("Haptic Strength"));
|
||||
lcd_outdezAtt(PARAM_OFS,y,g_eeGeneral.hapticStrength,(sub==subN ? INVERS : 0)|LEFT);
|
||||
if(sub==subN) {
|
||||
CHECK_INCDEC_GENVAR(event, g_eeGeneral.speakerPitch, 0, 5);
|
||||
CHECK_INCDEC_GENVAR(event, g_eeGeneral.hapticStrength, 0, 5);
|
||||
}
|
||||
if((y+=FH)>7*FH) return;
|
||||
}subN++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue