debug hotspot

This commit is contained in:
IrvingGao 2024-05-25 22:53:36 +08:00
parent ac7913d1f7
commit 1aa4079807
1 changed files with 2 additions and 1 deletions

View File

@ -247,7 +247,8 @@ if __name__ == '__main__':
if debug_mode: if debug_mode:
disconnect_wifi() disconnect_wifi()
print(scan_wifi()) wifi_list = scan_wifi()
print(wifi_list)
start_hotspot() start_hotspot()