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 49:5ad8fc9609d6, committed 2016-10-03
- Comitter:
- oljo
- Date:
- Mon Oct 03 09:34:57 2016 +0000
- Parent:
- 47:1f4dd0e91837
- Commit message:
- Test
Changed in this revision
ESP8266/ESP8266.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/ESP8266/ESP8266.cpp Mon Jun 08 21:32:12 2015 +0000 +++ b/ESP8266/ESP8266.cpp Mon Oct 03 09:34:57 2016 +0000 @@ -23,7 +23,7 @@ #include <algorithm> //Debug is disabled by default -#if 0 +#if 1 #define DBG(x, ...) printf("[ESP8266 : DBG]"x" \t[%s,%d]\r\n", ##__VA_ARGS__,__FILE__,__LINE__); #define WARN(x, ...) printf("[ESP8266 : WARN]"x" \t[%s,%d]\r\n", ##__VA_ARGS__,__FILE__,__LINE__); #define ERR(x, ...) printf("[ESP8266 : ERR]"x" \t[%s,%d]\r\n", ##__VA_ARGS__,__FILE__,__LINE__);