Skip to content

Commit 4729b85

Browse files
aentingerfacchinm
andauthored
Add PortentaH7 target (#179)
Co-authored-by: Martino Facchin <[email protected]>
1 parent 55e8d3a commit 4729b85

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/AIoTC_Config.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@
7070

7171
#if defined(ARDUINO_SAMD_MKRGSM1400) || defined(ARDUINO_SAMD_MKRWIFI1010) || \
7272
defined(ARDUINO_SAMD_MKR1000) || defined(ARDUINO_SAMD_NANO_33_IOT) || \
73-
defined(ARDUINO_SAMD_MKRNB1500)
73+
defined(ARDUINO_SAMD_MKRNB1500) || defined(ARDUINO_PORTENTA_H7_M7) || \
74+
defined(ARDUINO_PORTENTA_H7_M4)
7475
#define BOARD_HAS_ECCX08
7576
#define HAS_TCP
7677
#endif

src/utility/time/NTPUtils.h

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
* INCLUDE
3131
**************************************************************************************/
3232

33+
#include <Arduino.h>
3334
#include <Udp.h>
3435

3536
/**************************************************************************************

0 commit comments

Comments
 (0)