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