Skip to content

Commit 31b14a1

Browse files
committed
ArduinoBearSSL: restore output buffer size to 512 bytes
1 parent b4cae2b commit 31b14a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/AIoTC_Config.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,13 @@
116116

117117
#if defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_NICLA_VISION) || defined(ARDUINO_OPTA) || defined(ARDUINO_GIGA)
118118
#define BEAR_SSL_CLIENT_IBUF_SIZE (16384 + 325) // Allows download from storage API
119+
#define BEAR_SSL_CLIENT_OBUF_SIZE (512 + 85)
119120
#define BOARD_STM32H7
120121
#endif
121122

122123
#if defined(ARDUINO_NANO_RP2040_CONNECT)
123124
#define BEAR_SSL_CLIENT_IBUF_SIZE (16384 + 325) // Allows download from storage API
125+
#define BEAR_SSL_CLIENT_OBUF_SIZE (512 + 85)
124126
#endif
125127

126128
#if defined(ARDUINO_EDGE_CONTROL)

0 commit comments

Comments
 (0)