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

Fork of ESP8266Interface by ESP8266

History

ESP8266.h->ssid[32],phrase[64] to match Wifi standard default tip

2016-04-02, by br549 [Sat, 02 Apr 2016 14:58:43 +0000] rev 49

ESP8266.h->ssid[32],phrase[64] to match Wifi standard


ESP8266 was changing ssid spaces to "$". Unecessary. Removed this feature.

2015-06-10, by sarahmarshy [Wed, 10 Jun 2015 15:47:33 +0000] rev 48

ESP8266 was changing ssid spaces to "$". Unecessary. Removed this feature.


turned off info print messages

2015-06-08, by mbedAustin [Mon, 08 Jun 2015 21:32:12 +0000] rev 47

turned off info print messages


Debug messages off

2015-06-05, by sarahmarshy [Fri, 05 Jun 2015 16:17:07 +0000] rev 46

Debug messages off


merging in fixes from various members across various branches together.

2015-06-03, by mbedAustin [Wed, 03 Jun 2015 18:36:02 +0000] rev 45

merging in fixes from various members across various branches together.


-UDP Client working ; -Interfaces with WebSocketClient; -General improvements

2015-06-03, by sarahmarshy [Wed, 03 Jun 2015 18:21:19 +0000] rev 44

-UDP Client working ; -Interfaces with WebSocketClient; -General improvements


added warning about sending messages > 2048 bytes

2015-05-07, by mbedAustin [Thu, 07 May 2015 04:00:27 +0000] rev 43

added warning about sending messages > 2048 bytes


enabled TCPConnection debug messages, made tcpconnection and socket messages more verbose (file and line number included in output)

2015-05-07, by mbedAustin [Thu, 07 May 2015 03:51:02 +0000] rev 42

enabled TCPConnection debug messages, made tcpconnection and socket messages more verbose (file and line number included in output)


cleaned up DBG printf messages, made print pretty

2015-05-07, by mbedAustin [Thu, 07 May 2015 03:37:55 +0000] rev 41

cleaned up DBG printf messages, made print pretty


Update so close exits transparent mode without depending on state from the application

2015-05-04, by sam_grove [Mon, 04 May 2015 12:04:54 +0000] rev 40

Update so close exits transparent mode without depending on state from the application