FRDM-K64F, Avnet M14A2A, Grove Shield, to create smart home system. In use with AT&Ts M2x & Flow.

Dependencies:   mbed FXOS8700CQ MODSERIAL

Revision:
78:00cca62e5d9f
Parent:
77:c65eae5b9958
Child:
79:ff3014b3637e
--- a/wnc_control.cpp	Mon Aug 15 19:31:14 2016 +0000
+++ b/wnc_control.cpp	Mon Aug 15 21:46:21 2016 +0000
@@ -347,7 +347,7 @@
      PUTS("FAIL send cmd: ");
      #ifdef WNC_CMD_DEBUG_ON_VERBOSE
      PUTS(s);
-
+     PUTS("\r\n");
      #else
      string truncStr(s, 50);
      truncStr += "\r\n";