diff options
author | Damien George <damien.p.george@gmail.com> | 2017-10-30 16:19:52 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-12-13 14:48:53 +1100 |
commit | 1c52d3e8c64f7d4369bf43fc0eb0cbeb76e32c03 (patch) | |
tree | b7725a98973d1aa6ab70d825f10a94c28185f86b | |
parent | b0853b5a39eb46523a137ec50e777678e85d2cbf (diff) | |
download | micropython-1c52d3e8c64f7d4369bf43fc0eb0cbeb76e32c03.tar.gz micropython-1c52d3e8c64f7d4369bf43fc0eb0cbeb76e32c03.zip |
esp32/mpconfigport.h: Enable ussl finaliser.
-rw-r--r-- | ports/esp32/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/esp32/mpconfigport.h b/ports/esp32/mpconfigport.h index 3c4b77d3d4..1eb4c408d3 100644 --- a/ports/esp32/mpconfigport.h +++ b/ports/esp32/mpconfigport.h @@ -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) |