Skip to content

Commit

Permalink
#18 comment
Browse files Browse the repository at this point in the history
  • Loading branch information
merlokk committed May 3, 2017
1 parent e04ff69 commit e614965
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ESP8266EASTRON/general.ino
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ void generalSetup() {
wifiSetup(true);

// pause for connecting
// By default, ESP will attempt to reconnect to Wi-Fi network whenever it is disconnected. There is no need to handle this by separate code. ????? TODO: check
if (WiFi.status() != WL_CONNECTED) {
DEBUG_WPRINTLN(F("Wifi is not connected. Trying to reconnect..."));
WiFi.begin();
Expand Down

0 comments on commit e614965

Please sign in to comment.