mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 00:05:17 +03:00
[all] Issue #627 fixed
This commit is contained in:
parent
72022a0e32
commit
0f1c14549e
2 changed files with 5 additions and 3 deletions
|
@ -870,7 +870,7 @@ void audioEvent(uint8_t e, uint16_t f)
|
|||
break;
|
||||
// timer == 0
|
||||
case AU_TIMER_00:
|
||||
audioQueue.play(BEEP_DEFAULT_FREQ+150, 240, 20, PLAY_NOW);
|
||||
audioQueue.play(BEEP_DEFAULT_FREQ+150, 300, 20, PLAY_NOW);
|
||||
break;
|
||||
// timer <= 10 seconds left
|
||||
case AU_TIMER_LT10:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue