diff --git a/main.py b/main.py index da506e7..1c1801d 100755 --- a/main.py +++ b/main.py @@ -238,7 +238,7 @@ def exec_upload(cmd): global OLD_LOG_FOLDER prepare_lowmem() debug(f"free memory before network connect: {gc.mem_free()}") - setup_wdt(3600) + setup_wdt(1200) network_connect(cmd) # upload file to server import requests