Skip to content

Commit

Permalink
Update Installer_UI.py
Browse files Browse the repository at this point in the history
  • Loading branch information
phate999 committed Dec 8, 2023
1 parent fb0d8cd commit fe51a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Installer_UI/Installer_UI.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def run_speedtest():
cp.logger.exception(e)

def get_ssid():
return cp.get('config/wlan/radio/1/bss/0/ssid')
return cp.get('config/wlan/radio/0/bss/0/ssid')

def get_config(name):
appdata = cp.get('config/system/sdk/appdata')
Expand Down

0 comments on commit fe51a76

Please sign in to comment.