esp8266: Enable WebREPL file transfer rate limiting.

This commit is contained in:
Paul Sokolovsky 2016-04-29 19:15:26 +03:00
parent b0f3ae58e7
commit f8170db390

View File

@ -53,6 +53,7 @@
#define MICROPY_PY_MACHINE (1)
#define MICROPY_PY_MACHINE_I2C (1)
#define MICROPY_PY_WEBSOCKET (1)
#define MICROPY_PY_WEBREPL_DELAY (20)
#define MICROPY_PY_FRAMEBUF (1)
#define MICROPY_PY_MICROPYTHON_MEM_INFO (1)
#define MICROPY_PY_OS_DUPTERM (1)