Skip to content

Commit

Permalink
ArduinoBearSSL: restore output buffer size to 512 bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
pennam committed Aug 21, 2024
1 parent b4cae2b commit 31b14a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/AIoTC_Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,13 @@

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

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

#if defined(ARDUINO_EDGE_CONTROL)
Expand Down

0 comments on commit 31b14a1

Please sign in to comment.