From 4fc607a1d77e1cf9e1fe1c037ad28d309c81113e Mon Sep 17 00:00:00 2001 From: puuu Date: Fri, 11 Nov 2016 15:01:27 +0900 Subject: [PATCH] esp8266: Move websocket_helper.py from scripts to modules for frozen BC. websocket_helper.py is used by webrepl. If webrepl is enabled and websocket_helper.py is not frozen bytecode it leads to heap fragmentation. --- esp8266/{scripts => modules}/websocket_helper.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename esp8266/{scripts => modules}/websocket_helper.py (100%) diff --git a/esp8266/scripts/websocket_helper.py b/esp8266/modules/websocket_helper.py similarity index 100% rename from esp8266/scripts/websocket_helper.py rename to esp8266/modules/websocket_helper.py