Added monitoring feature of ESP8266's UART

Dependents:   ESP8266_W7500_Example DualNetworkInterface-Basic

Fork of ESP8266Interface by ESP8266

Revision:
19:fb8d5bff2076
Parent:
16:3f0efaa57a12
Child:
22:c4360e61486a
--- a/ESP8266/ESP8266.h	Mon Dec 01 08:25:23 2014 +0000
+++ b/ESP8266/ESP8266.h	Mon Dec 01 08:56:54 2014 +0000
@@ -181,7 +181,6 @@
 
     static ESP8266 * inst;
 
-    void ATcommand(char* command);
     void attach_rx(bool null);
     void handler_rx(void);