Browse Source

esp32/mpconfigport.h: Enable websocket module.

pull/3461/head
Damien George 7 years ago
parent
commit
9acd590675
  1. 2
      ports/esp32/mpconfigport.h

2
ports/esp32/mpconfigport.h

@ -139,7 +139,7 @@
#define MICROPY_PY_USSL (1)
#define MICROPY_SSL_MBEDTLS (1)
#define MICROPY_PY_USSL_FINALISER (1)
#define MICROPY_PY_WEBSOCKET (0)
#define MICROPY_PY_WEBSOCKET (1)
#define MICROPY_PY_FRAMEBUF (1)
// fatfs configuration

Loading…
Cancel
Save