We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55e8d3a commit 4729b85Copy full SHA for 4729b85
src/AIoTC_Config.h
@@ -70,7 +70,8 @@
70
71
#if defined(ARDUINO_SAMD_MKRGSM1400) || defined(ARDUINO_SAMD_MKRWIFI1010) || \
72
defined(ARDUINO_SAMD_MKR1000) || defined(ARDUINO_SAMD_NANO_33_IOT) || \
73
- defined(ARDUINO_SAMD_MKRNB1500)
+ defined(ARDUINO_SAMD_MKRNB1500) || defined(ARDUINO_PORTENTA_H7_M7) || \
74
+ defined(ARDUINO_PORTENTA_H7_M4)
75
#define BOARD_HAS_ECCX08
76
#define HAS_TCP
77
#endif
src/utility/time/NTPUtils.h
@@ -30,6 +30,7 @@
30
* INCLUDE
31
**************************************************************************************/
32
33
+#include <Arduino.h>
34
#include <Udp.h>
35
36
/**************************************************************************************
0 commit comments