play blip sound when connected to wifi
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user