Skip to content

Commit 39be681

Browse files
committed
Set IBUF_SIZE to default value for STM32H7 boards
1 parent bcc67ce commit 39be681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BearSSLClient.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#endif
3333

3434
#ifndef BEAR_SSL_CLIENT_IBUF_SIZE
35-
#define BEAR_SSL_CLIENT_IBUF_SIZE 32768
35+
#define BEAR_SSL_CLIENT_IBUF_SIZE (16384 + 325)
3636
#endif
3737

3838
#else

0 commit comments

Comments
 (0)