Skip to content

Commit f8170db

Browse files
committed
esp8266: Enable WebREPL file transfer rate limiting.
1 parent b0f3ae5 commit f8170db

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

esp8266/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
#define MICROPY_PY_MACHINE (1)
5454
#define MICROPY_PY_MACHINE_I2C (1)
5555
#define MICROPY_PY_WEBSOCKET (1)
56+
#define MICROPY_PY_WEBREPL_DELAY (20)
5657
#define MICROPY_PY_FRAMEBUF (1)
5758
#define MICROPY_PY_MICROPYTHON_MEM_INFO (1)
5859
#define MICROPY_PY_OS_DUPTERM (1)

0 commit comments

Comments
 (0)