diff --git a/wifi_manager.py b/wifi_manager.py index 1b6bff5..571019a 100644 --- a/wifi_manager.py +++ b/wifi_manager.py @@ -313,15 +313,15 @@ if __name__ == '__main__': debug_mode = False # 设置为 True 以跳过 Wi-Fi 连接状态检测 if debug_mode: disconnect_wifi() - wifi_list = scan_wifi() - print(wifi_list) + # wifi_list = scan_wifi() + # print(wifi_list) - start_hotspot() + # start_hotspot() # app.run(host='0.0.0.0', port=80) - if connect_wifi("Innoxsz-Public", "innox2023"): - close_app() + # if connect_wifi("Innoxsz-Public", "innox2023"): + # close_app() if led_enabled: orangepi.set_led_on('blue')