can not connect to a hidden SSID on windows 10
3186986746 opened this issue · 1 comments
3186986746 commented
edit _wifiutil_win.py
add true to the xml profile
xml = """
{profile_name}
{ssid}
true
ESS
manual
{auth}
{encrypt}
false
"""
JianZhou12345678 commented