esp32/mpconfigport: Enable webrepl module and socket events.

This commit is contained in:
Damien George 2018-04-27 23:57:57 +10:00
parent 999c8b9711
commit c1d4352e65

View File

@ -142,7 +142,9 @@
#define MICROPY_SSL_MBEDTLS (1)
#define MICROPY_PY_USSL_FINALISER (1)
#define MICROPY_PY_WEBSOCKET (1)
#define MICROPY_PY_WEBREPL (1)
#define MICROPY_PY_FRAMEBUF (1)
#define MICROPY_PY_USOCKET_EVENTS (MICROPY_PY_WEBREPL)
// fatfs configuration
#define MICROPY_FATFS_ENABLE_LFN (1)