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 b4cae2b commit 31b14a1Copy full SHA for 31b14a1
src/AIoTC_Config.h
@@ -116,11 +116,13 @@
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 BEAR_SSL_CLIENT_OBUF_SIZE (512 + 85)
120
#define BOARD_STM32H7
121
#endif
122
123
#if defined(ARDUINO_NANO_RP2040_CONNECT)
124
125
126
127
128
#if defined(ARDUINO_EDGE_CONTROL)
0 commit comments