IFTTT IP -> URL
Dependents: IFTTT_Ethernet_LM61
Fork of IFTTT by
Diff: ifttt.cpp
- Revision:
- 4:6edd192323df
- Parent:
- 3:c916e13a269a
- Child:
- 6:15c6c9f87c32
--- a/ifttt.cpp Mon Jul 13 17:46:37 2015 +0000 +++ b/ifttt.cpp Mon Jul 13 23:14:00 2015 +0000 @@ -18,7 +18,7 @@ #include "ifttt.h" #include <string> -#if 1 +#if 0 #define DBG(x, ...) printf("[IFTTT : DBG]"x" \t[%s,%d]\r\n", ##__VA_ARGS__,__FILE__,__LINE__); #define WARN(x, ...) printf("[IFTTT : WARN]"x" \t[%s,%d]\r\n", ##__VA_ARGS__,__FILE__,__LINE__); #define ERR(x, ...) printf("[IFTTT : ERR]"x" \t[%s,%d]\r\n", ##__VA_ARGS__,__FILE__,__LINE__);