From a8da95f25b73420c6224a15e1fe8e66835b270e8 Mon Sep 17 00:00:00 2001 From: IrvingGao <1729854488@qq.com> Date: Mon, 27 May 2024 21:22:42 +0800 Subject: [PATCH] wifi json --- wifi_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wifi_manager.py b/wifi_manager.py index 4a68cec..27db486 100644 --- a/wifi_manager.py +++ b/wifi_manager.py @@ -202,7 +202,7 @@ def submit(): # 关闭热点 close_hotspot() - time.sleep(5) + time.sleep(3) # 连接到用户选择的 Wi-Fi 网络 if connect_wifi(ssid, password): close_app()