1 parent b0853b5 commit 1c52d3eCopy full SHA for 1c52d3e
1 file changed
ports/esp32/mpconfigport.h
@@ -138,6 +138,7 @@
138
#define MICROPY_PY_MACHINE_SPI_MAX_BAUDRATE (ets_get_cpu_frequency() * 1000000 / 200) // roughly
139
#define MICROPY_PY_USSL (1)
140
#define MICROPY_SSL_MBEDTLS (1)
141
+#define MICROPY_PY_USSL_FINALISER (1)
142
#define MICROPY_PY_WEBSOCKET (0)
143
#define MICROPY_PY_FRAMEBUF (1)
144
0 commit comments