[led] check know wifi

This commit is contained in:
IrvingGao 2024-06-13 18:12:27 +08:00
parent e5d3c79a8c
commit e28046d4ed
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ def scan_wifi():
result = subprocess.run(cmd, shell=True, capture_output=True, text=True)
except subprocess.CalledProcessError as e:
logging.info(f"Error scanning Wi-Fi: {e}")
network_error_light_1()
# network_error_light_1()
return []
logging.info(f"Wi-Fi scan complete...")
ssid_list = []