1
0
Fork 0
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:
Bertrand Songis 2014-02-02 09:40:04 +01:00
parent 72022a0e32
commit 0f1c14549e
2 changed files with 5 additions and 3 deletions

View file

@ -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: