Skip to content

Commit

Permalink
Fixed WifiBegin
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric committed Aug 4, 2018
1 parent ca97279 commit f8d71b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WemosAlarmEmailV4/WemosAlarmEmailV4.ino
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ void setup()
delay(2000);
Serial.begin(115200);
WiFi.hostname("ESP8266MotionSensor"); //This changes the hostname of the ESP8266 to display neatly on the network esp on router.
WiFi.begin(ssid, password);
}

void ifttt() //Wifi connection and send all the data to IFTTT
Expand Down

0 comments on commit f8d71b5

Please sign in to comment.