Skip to content

Commit

Permalink
Fixed typo in comment (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindell authored and bportaluri committed Dec 19, 2017
1 parent bdc47cc commit cf81ca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/WiFiEsp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ void ESP8266::hardReset(void)
connected = false;
strcpy(ip, "");
digitalWrite(ESP8266_RST, LOW);
delay(ESP8266_HARD_RESET_DURACTION);
delay(ESP8266_HARD_RESET_DURATION);
digitalWrite(ESP8266_RST, HIGH);
delay(ESP8266_HARD_RESET_DURACTION);
delay(ESP8266_HARD_RESET_DURATION);
}
*/

Expand Down

0 comments on commit cf81ca8

Please sign in to comment.