- Added messages

Fork of WiflyInterface by Damien Frost

Revision:
20:3616a765c1b8
Parent:
18:cf3bd54703a5
Child:
22:6c5bcfa33922
--- a/Wifly/Wifly.cpp	Fri Mar 25 11:14:33 2016 +0000
+++ b/Wifly/Wifly.cpp	Fri Mar 25 12:35:55 2016 +0000
@@ -253,6 +253,7 @@
     DBG("CMD4: %s\n\r",rcv);
     // if failed, retry and parse the response
     if (sendCommand(cmd, NULL, rcv, 5000)) {
+        DBG("CMD5: %s\n\r",rcv);
         if (strstr(rcv, "OPEN") == NULL) {
             if (strstr(rcv, "Connected") != NULL) {
                 wait(0.25);
@@ -266,6 +267,7 @@
             }
         }
     } else {
+        DBG("CMD5: %s\n\r",rcv);
         return false;
     }