Skip to content

Commit ef1c483

Browse files
wificonf: good stack size
1 parent 7923318 commit ef1c483

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • internal_filesystem/builtin/apps/com.example.wificonf/assets

internal_filesystem/builtin/apps/com.example.wificonf/assets/wificonf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def start_scan_networks():
100100
busy_scanning = True
101101
scan_button.remove_flag(lv.obj.FLAG.CLICKABLE)
102102
scan_button_label.set_text(scan_button_scanning_text)
103-
_thread.stack_size(get_good_stacksize())
103+
_thread.stack_size(mpos.apps.good_stack_size())
104104
_thread.start_new_thread(scan_networks_thread, ())
105105

106106

0 commit comments

Comments
 (0)