EmotiBit / EmotiBit_FeatherWing

Firmware to run Emotibit with Adafruit feather M0 WiFi and Feather ESP32
MIT License
19 stars 9 forks source link

Add support for enterprise WiFi (e.g. eduroam) #262

Open produceconsumerobot opened 1 year ago

produceconsumerobot commented 1 year ago

PR #250 implemented the necessary infrastructure but enterprise WiFi appears to not work on Huzzah32 without using ESP.restart()

Adafruit M0 WiFi didn't support enterprise WiFi last time we checked, but that may change because ATWINC1500 latest firmware does claim support for enterprise WiFi.

See also #251