We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 740b9d8 commit 59955c2Copy full SHA for 59955c2
src/AIoTC_Config.h
@@ -115,9 +115,14 @@
115
#endif
116
117
#if defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_NICLA_VISION) || defined(ARDUINO_OPTA) || defined(ARDUINO_GIGA)
118
+ #define BEAR_SSL_CLIENT_IBUF_SIZE (16384 + 325) // Allows download from storage API
119
#define BOARD_STM32H7
120
121
122
+#if defined(ARDUINO_NANO_RP2040_CONNECT)
123
124
+#endif
125
+
126
#if defined(ARDUINO_EDGE_CONTROL)
127
#define BOARD_HAS_SECRET_KEY
128
#define HAS_TCP
0 commit comments