Update Doorbell-Speaker.ino - WiFi an, jetzt auf einmal laut
This commit is contained in:
@@ -39,7 +39,6 @@ void setup()
|
||||
pinMode(ledPin, OUTPUT);
|
||||
digitalWrite(ledPin, LOW);
|
||||
|
||||
/*
|
||||
// Connect to Wi-Fi network with SSID and password
|
||||
Serial.print("Connecting to ");
|
||||
Serial.println(ssid);
|
||||
@@ -54,7 +53,6 @@ void setup()
|
||||
Serial.println("IP address: ");
|
||||
Serial.println(WiFi.localIP());
|
||||
server.begin();
|
||||
*/
|
||||
|
||||
|
||||
if (!myDFPlayer.begin(mySoftwareSerial)) { //Use softwareSerial to communicate with mp3
|
||||
|
||||
Reference in New Issue
Block a user