Skip to content

Commit 9b49af2

Browse files
committed
Enable ERROR message output for Uno WiFi Rev. 2 (how should you be able to see errors otherwise)?
1 parent 6e0e75f commit 9b49af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AIoTC_Config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
#ifndef DEBUG_ERROR
3434
# if defined(ARDUINO_AVR_UNO_WIFI_REV2)
35-
# define DEBUG_ERROR(fmt, ...)
35+
# define DEBUG_ERROR(fmt, ...) Debug.print(DBG_ERROR, fmt, ## __VA_ARGS__)
3636
# else
3737
# define DEBUG_ERROR(fmt, ...) Debug.print(DBG_ERROR, fmt, ## __VA_ARGS__)
3838
# endif

0 commit comments

Comments
 (0)