tone will end automaticly
This commit is contained in:
parent
3a27a78f9e
commit
f2c94b3298
@ -1542,9 +1542,7 @@ void lcd_buzz(long duration, uint16_t freq) {
|
|||||||
if (freq > 0) {
|
if (freq > 0) {
|
||||||
#if BEEPER > 0
|
#if BEEPER > 0
|
||||||
SET_OUTPUT(BEEPER);
|
SET_OUTPUT(BEEPER);
|
||||||
tone(BEEPER, freq);
|
tone(BEEPER, freq, duration);
|
||||||
delay(duration);
|
|
||||||
noTone(BEEPER);
|
|
||||||
#elif defined(LCD_USE_I2C_BUZZER)
|
#elif defined(LCD_USE_I2C_BUZZER)
|
||||||
lcd.buzz(duration,freq);
|
lcd.buzz(duration,freq);
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user