8000 esp32/mpconfigport.h: Enable ussl finaliser. · micropython/micropython-esp32@05462a0 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit 05462a0

Browse files
committed
esp32/mpconfigport.h: Enable ussl finaliser.
1 parent acdafa1 commit 05462a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/esp32/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@
138138
#define MICROPY_PY_MACHINE_SPI_MAX_BAUDRATE (ets_get_cpu_frequency() * 1000000 / 200) // roughly
139139
#define MICROPY_PY_USSL (1)
140140
#define MICROPY_SSL_MBEDTLS (1)
141+
#define MICROPY_PY_USSL_FINALISER (1)
141142
#define MICROPY_PY_WEBSOCKET (0)
142143
#define MICROPY_PY_FRAMEBUF (1)
143144

0 commit comments

Comments
 (0)
0