hiveeyes / terkin-datalogger

Datalogger for MicroPython and CPython.
https://terkin.org
GNU Affero General Public License v3.0
59 stars 28 forks source link

Allow joining hidden WiFi on micropython devices (ignore Authmode detection error) #107

Closed nznobody closed 2 years ago

nznobody commented 2 years ago

make not detecting authmode an acceptable error to getting wifi going. Getting Auth mode fails on hidden networks as it does not show in the scan

nznobody commented 2 years ago

It appears that auth_mode may be None, although the documentation is unclear on the consequences of this. In real world testing, this works and the device connects (tested with hidden WPA2 network).

[1] https://docs.pycom.io/firmwareapi/pycom/network/wlan/

amotl commented 2 years ago

Thanks a stack again!