diff options
Diffstat (limited to 'esp8266')
-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 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 |