We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b40d0c4 commit a981150Copy full SHA for a981150
1 file changed
internal_filesystem/builtin/apps/com.example.osupdate/assets/osupdate.py
@@ -89,7 +89,7 @@ def progress_callback(percent):
89
def install_button_click(download_url):
90
print(f"install_button_click for url {download_url}")
91
try:
92
- _thread.stack_size(16384)
+ _thread.stack_size(12*1024)
93
_thread.start_new_thread(update_with_lvgl, (download_url,))
94
except Exception as e:
95
print("Could not start update_with_lvgl thread: ", e)
0 commit comments