8000 esp32: Reduce heap size to 67K to make TLS with certificates work again. · ayoy/pycom-micropython-sigfox@c332a81 · GitHub
[go: up one dir, main page]

Skip to content

Commit c332a81

Browse files
author
Daniel Campora
committed
esp32: Reduce heap size to 67K to make TLS with certificates work again.
1 parent 39ab9cb commit c332a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp32/mptask.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
/******************************************************************************
7878
DECLARE PRIVATE CONSTANTS
7979
******************************************************************************/
80-
#define GC_POOL_SIZE_BYTES (72 * 1024)
80+
#define GC_POOL_SIZE_BYTES (67 * 1024)
8181

8282
/******************************************************************************
8383
DECLARE PRIVATE FUNCTIONS

0 commit comments

Comments
 (0)
0