Skip to content
Snippets Groups Projects
Commit 1c52d3e8 authored by Damien George's avatar Damien George
Browse files

esp32/mpconfigport.h: Enable ussl finaliser.

parent b0853b5a
No related branches found
No related tags found
No related merge requests found
......@@ -138,6 +138,7 @@
#define MICROPY_PY_MACHINE_SPI_MAX_BAUDRATE (ets_get_cpu_frequency() * 1000000 / 200) // roughly
#define MICROPY_PY_USSL (1)
#define MICROPY_SSL_MBEDTLS (1)
#define MICROPY_PY_USSL_FINALISER (1)
#define MICROPY_PY_WEBSOCKET (0)
#define MICROPY_PY_FRAMEBUF (1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment