Ignore:
Timestamp:
Mar 10, 2016, 12:03:11 AM (8 years ago)
Author:
ertl-honda
Message:

fix typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rtos_arduino/trunk/arduino_lib/libraries/Milkcocoa_Arduino_SDK/Client_ESP8266.h

    r169 r170  
    7676            bufferlen = recv(buffer, ESP8266CLIENT_BUFFER_LEN);
    7777            pbuffer = buffer;
    78             //In case of that data is aviable but it is not valid data(not +IPD,...),
     78            //In case of that data is available but it is not valid data(not +IPD,...),
    7979            //connection is closed by server.(send "CLOSED")
    8080            if(bufferlen == 0){
Note: See TracChangeset for help on using the changeset viewer.