We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2d0bdf commit 9305761Copy full SHA for 9305761
src/AIoTC_Config.h
@@ -62,7 +62,7 @@
62
# if defined(ARDUINO_AVR_UNO_WIFI_REV2)
63
# define DEBUG_VERBOSE(fmt, ...)
64
# else
65
-# define DEBUG_VERBOSE(fmt, ...) //Debug.print(DBG_VERBOSE, fmt, ## __VA_ARGS__)
+# define DEBUG_VERBOSE(fmt, ...) Debug.print(DBG_VERBOSE, fmt, ## __VA_ARGS__)
66
# endif
67
#endif
68
0 commit comments