play blip sound when connected to wifi

This commit is contained in:
2020-12-19 07:14:29 +00:00
parent b23057c1af
commit c669dfed5b
+1 -1
View File
@@ -76,7 +76,7 @@ void setupServer() {
server.begin();
delay(500);
dfPlayer.play(1); //Play the first mp3
dfPlayer.play(2); //Play the second mp3
digitalWrite(ledPin, HIGH);
Serial.println("Setup completed");