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

Fork of ESP8266Interface by ESP8266

Revision:
49:e3d1b20ea0b7
Parent:
45:c180905b5b79
--- a/ESP8266/ESP8266.h	Wed Jun 10 15:47:33 2015 +0000
+++ b/ESP8266/ESP8266.h	Sat Apr 02 14:58:43 2016 +0000
@@ -199,8 +199,8 @@
 protected:
     RawSerial wifi;
     DigitalOut reset_pin;
-    char phrase[30];
-    char ssid[30];
+    char phrase[64];
+    char ssid[32];
     char ipString[20];
     CircBuffer<char> buf_ESP8266;