diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-04-29 19:15:26 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-04-29 19:15:26 +0300 |
commit | f8170db39088d577ab095f28b3ae12ae8c604fe5 (patch) | |
tree | cbceea3e60bff98ea632f9f5a7480cb5a6933820 | |
parent | b0f3ae58e72519f8c520184a36288a797c6d11b0 (diff) | |
download | micropython-f8170db39088d577ab095f28b3ae12ae8c604fe5.tar.gz micropython-f8170db39088d577ab095f28b3ae12ae8c604fe5.zip |
esp8266: Enable WebREPL file transfer rate limiting.
-rw-r--r-- | esp8266/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/mpconfigport.h b/esp8266/mpconfigport.h index c851f90f6a..9aec0b0880 100644 --- a/esp8266/mpconfigport.h +++ b/esp8266/mpconfigport.h @@ -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) |