esp32/mpconfigport.h: Enable ussl finaliser.

This commit is contained in:
Damien George 2017-10-30 16:19:52 +11:00
parent b0853b5a39
commit 1c52d3e8c6
1 changed files with 1 additions and 0 deletions

View File

@ -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)