now this shit works

Dependencies:   BufferedSerial

Dependents:   IoTWeatherStation

Fork of ESP8266NodeMCUInterface by ESP8266

Revision:
22:c4360e61486a
Parent:
19:fb8d5bff2076
Child:
28:91e65e22e63a
--- a/ESP8266/ESP8266.h	Tue Dec 02 04:16:26 2014 +0000
+++ b/ESP8266/ESP8266.h	Tue Dec 02 16:02:21 2014 +0000
@@ -187,6 +187,7 @@
 
     typedef struct STATE {
         bool associated;
+        bool cmdMode;
     } State;
 
     State state;