diff options
Diffstat (limited to 'esp8266/modules/_boot.py')
-rw-r--r-- | esp8266/modules/_boot.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/modules/_boot.py b/esp8266/modules/_boot.py index 2cacb5676..c200b3d3f 100644 --- a/esp8266/modules/_boot.py +++ b/esp8266/modules/_boot.py @@ -1,4 +1,5 @@ import gc +gc.threshold((gc.mem_free() + gc.mem_alloc()) // 4) import uos from flashbdev import bdev |