[scan] wifi

This commit is contained in:
IrvingGao 2024-06-13 16:22:20 +08:00
parent 190c5266e4
commit 19eea8ffcb
1 changed files with 4 additions and 0 deletions

4
scan_wifi.py Normal file
View File

@ -0,0 +1,4 @@
from wifi_manager import scan_wifi
if __name__ == '__main__':
wifi_list = scan_wifi()