You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Comments
This commit is contained in:
@@ -10,7 +10,7 @@ from mpos.content.intent import Intent
|
||||
from mpos.content.package_manager import PackageManager
|
||||
|
||||
def good_stack_size():
|
||||
stacksize = 24*1024
|
||||
stacksize = 24*1024 # less than 20KB crashes on desktop when doing heavy apps, like LightningPiggy's Wallet connections
|
||||
import sys
|
||||
if sys.platform == "esp32":
|
||||
stacksize = 16*1024
|
||||
|
||||
Reference in New Issue
Block a user