ambiot / ambd_arduino

AmebaD Arduino third-party package SDK
MIT License
81 stars 51 forks source link

[MicroPython feature request] WiFi scan improve. #200

Closed water5 closed 10 months ago

water5 commented 10 months ago
wifi = WLAN(mode = WLAN.STA)
wifi.scan()

MicroPython Ameba port, WiFi scan result type is 'NoneType', that not easy to access, list type is good choice. and sometimes, channel (or frequency), hidden item is useful, Ameba port have not that currently.

https://docs.micropython.org/en/latest/library/network.html#network.AbstractNIC.scan

By the way, please enable MicroPython repository's Issues feature.

github-actions[bot] commented 10 months ago

Hello, hope this message finds you well. Congrats to your first Issue! We will review it as soon as possiable. Feel free to have a look at https://www.amebaiot.com/en/ameba-arduino-summary/ for more information

M-ichae-l commented 10 months ago

@water5 thanks for the first post. You may find the follow link for MicroPython issue page. https://github.com/ambiot/ambd_micropython/issues

water5 commented 10 months ago

@M-ichae-l Thanks.