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 a8e89dc commit 1207bceCopy full SHA for 1207bce
src/AIoTC_Config.h
@@ -18,6 +18,13 @@
18
#ifndef ARDUINO_AIOTC_CONFIG_H_
19
#define ARDUINO_AIOTC_CONFIG_H_
20
21
+#if defined __has_include
22
+ #if __has_include (<Notecard.h>)
23
+ #pragma message "[USE_NOTECARD] Using Notecard library"
24
+ #define USE_NOTECARD
25
+ #endif
26
+#endif
27
+
28
#include <ArduinoECCX08Config.h>
29
30
/******************************************************************************
src/utility/time/RTCMillis.cpp
@@ -19,6 +19,8 @@
* INCLUDE
**************************************************************************************/
+#include "AIoTC_Config.h"
#if defined(USE_NOTECARD) || defined(ARDUINO_ARCH_ESP8266)
#include <Arduino.h>
0 commit comments