wifi json

This commit is contained in:
IrvingGao 2024-05-27 21:22:42 +08:00
parent bc99f15219
commit a8da95f25b
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ def submit():
# 关闭热点
close_hotspot()
time.sleep(5)
time.sleep(3)
# 连接到用户选择的 Wi-Fi 网络
if connect_wifi(ssid, password):
close_app()