debug scan

This commit is contained in:
IrvingGao 2024-05-25 22:48:27 +08:00
parent 87395e5380
commit 1b55622b26
1 changed files with 3 additions and 1 deletions

View File

@ -244,6 +244,8 @@ if __name__ == '__main__':
disconnect_wifi() disconnect_wifi()
print(scan_wifi()) print(scan_wifi())
if connect_wifi("Innoxsz-Public", "innox2023"):
close_app() close_app()
''' '''