[led] check know wifi
This commit is contained in:
parent
e5d3c79a8c
commit
e28046d4ed
|
@ -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 = []
|
||||
|
|
Loading…
Reference in New Issue