Added monitoring feature of ESP8266's UART

Dependents:   ESP8266_W7500_Example DualNetworkInterface-Basic

Fork of ESP8266Interface by ESP8266

Revision:
12:c5f0eac67a8a
Parent:
1:fb4494783863
--- a/WiflyInterface.cpp	Tue Jun 03 18:43:14 2014 +0000
+++ b/WiflyInterface.cpp	Wed Oct 08 19:57:58 2014 +0000
@@ -41,7 +41,7 @@
 {
     char * match = 0;
     if (!ip_set) {
-        if (!sendCommand("get ip a\r", NULL, ip_string))
+        if (!sendCommand("get ip a\r\n", NULL, ip_string))
             return NULL;
         exit();
         flush();