aboutsummaryrefslogtreecommitdiff
path: root/ports/esp8266/mpconfigport.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/esp8266/mpconfigport.h')
-rw-r--r--ports/esp8266/mpconfigport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/esp8266/mpconfigport.h b/ports/esp8266/mpconfigport.h
index b2a05e679..c6bd4c87d 100644
--- a/ports/esp8266/mpconfigport.h
+++ b/ports/esp8266/mpconfigport.h
@@ -87,7 +87,7 @@
#define MICROPY_PY_MACHINE_I2C (1)
#define MICROPY_PY_MACHINE_SPI (1)
#define MICROPY_PY_MACHINE_SPI_MAKE_NEW machine_hspi_make_new
-#define MICROPY_PY_WEBSOCKET (1)
+#define MICROPY_PY_UWEBSOCKET (1)
#define MICROPY_PY_WEBREPL (1)
#define MICROPY_PY_WEBREPL_DELAY (20)
#define MICROPY_PY_FRAMEBUF (1)