Update display.ino

Ook de tone was al uitgezet ivm ESP32 migratie
This commit is contained in:
Frank 2022-03-06 14:39:09 +01:00
parent 14ecb076bd
commit 6bd01e7396

View File

@ -11,7 +11,7 @@ Nextion display is connected to D5 en D6
SoftwareSerial nexSerial(D5, D6); // RX, TX
*/
#define DEBUG 1 //Uit quoten om debug messages te krijgen
//#define DEBUG 1 //Uit quoten om debug messages te krijgen
//#include <WiFi.h>
@ -280,7 +280,7 @@ void loop() {
if(alarm_sound == 1)
{
// tone(BUZZER_PIN, 1000, 50);
tone(BUZZER_PIN, 1000, 50);
delay(1000);
}