ESP8266 Socket Library. AT Thinker firmware.

Dependents:   ESP8266_MQTT_HelloWorld ESP8266_IFTTT_Test ECE_4180_Lab_4 websocketmbed ... more

Fork of ESP8266Interface by ESP8266

Update ssid & phrase lengths to Wifi Standard

Original code has lengths of 30, Wifi standard is ssid[32] & phrase[64] This is defined in the private area of ESP8266/ESP8266.h

Update ESP8266.h to increase size of ssid & phrase to Wifi standards of 32 & 64