diff options
| author | Damien George <damien.p.george@gmail.com> | 2018-04-27 23:57:57 +1000 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2018-04-27 23:57:57 +1000 |
| commit | c1d4352e6539fc042480017b63592c2622e955e7 (patch) | |
| tree | 937e0703df100f5e9d18c7bb5d094c39ec9893ae | |
| parent | 999c8b9711bf31ac375c09f35672e59b21d0aed4 (diff) | |
esp32/mpconfigport: Enable webrepl module and socket events.
| -rw-r--r-- | ports/esp32/mpconfigport.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/esp32/mpconfigport.h b/ports/esp32/mpconfigport.h index 0239de408..b36bd2ebc 100644 --- a/ports/esp32/mpconfigport.h +++ b/ports/esp32/mpconfigport.h @@ -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) |
