Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of ESP8266Interface by
Revision 41:264902b160ea, committed 2015-05-07
- Comitter:
- mbedAustin
- Date:
- Thu May 07 03:37:55 2015 +0000
- Parent:
- 40:0a83315aea0a
- Child:
- 42:3f62103a4f3c
- Commit message:
- cleaned up DBG printf messages, made print pretty
Changed in this revision
ESP8266/ESP8266.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/ESP8266/ESP8266.cpp Mon May 04 12:04:54 2015 +0000 +++ b/ESP8266/ESP8266.cpp Thu May 07 03:37:55 2015 +0000 @@ -224,7 +224,7 @@ } else { // Failure - DBG("getIPAddress() failed"); + ERR("getIPAddress() failed"); ip = NULL; } return ip; @@ -342,7 +342,7 @@ Timer tmr; int result = 0; - DBG("will send: %s\r\n",cmd); + DBG("sendingCommand: %s",cmd); attach_rx(true); @@ -379,7 +379,7 @@ while (readable()) getc(); - DBG("check: %s\r\n", checking.c_str()); + DBG("check: %s", checking.c_str()); attach_rx(true); return -1;