We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df6818a commit 59627dbCopy full SHA for 59627db
src/AIoTC_Config.h
@@ -36,8 +36,6 @@
36
#define DBG_INFO
37
#define DBG_DEBUG
38
#define DBG_VERBOSE
39
-// avoid including debugutils
40
-#define ARDUINO_DEBUG_UTILS_H_
41
#endif
42
43
#ifndef DBG_ERROR
src/ArduinoIoTCloud.h
@@ -25,7 +25,10 @@
25
#include <AIoTC_Config.h>
26
27
#include <Arduino_ConnectionHandler.h>
28
-#include <Arduino_DebugUtils.h>
+
29
+#if !defined(__AVR__)
30
+# include <Arduino_DebugUtils.h>
31
+#endif
32
33
#include "AIoTC_Const.h"
34
0 commit comments