diff --git a/esp8266/modules/_boot.py b/esp8266/modules/_boot.py index 2cacb56760..ed43c0b3df 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()) // 2) import uos from flashbdev import bdev