Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
exshonda committed Mar 9, 2016
1 parent 71811ec commit 93b8553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client_ESP8266.h
Expand Up @@ -75,7 +75,7 @@ class ESP8266Client: public Client, public ESP8266 {
if (dataAvailable()) {
bufferlen = recv(buffer, ESP8266CLIENT_BUFFER_LEN);
pbuffer = buffer;
//In case of that data is aviable but it is not valid data(not +IPD,...),
//In case of that data is available but it is not valid data(not +IPD,...),
//connection is closed by server.(send "CLOSED")
if(bufferlen == 0){
_connected = 0;
Expand Down

0 comments on commit 93b8553

Please sign in to comment.