hiveeyes / terkin-datalogger

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

Getting WiFi auth mode fails on hidden networks #106

Open amotl opened 3 years ago

amotl commented 3 years ago

Hi there,

alongside the other contributions already landed and in-flux, @nznobody has another interesting gem in his tmp/dev tree:

Getting auth mode fails on hidden networks as they do not show in the scan. c2efc2ee makes not detecting authmode not a critical error.

We probably should integrate this patch into mainline.

With kind regards, Andreas.

nznobody commented 3 years ago

👍 (biased 😉) I think this is a useful feature. I will admit I did not do my due diligence on what side-effects that commit might have.

PS: I have sadly been pulled to work on some other aspects, but hope to have some more time for this again soon.