maximkulkin / esp-wifi-config

Library to bootstrap WiFi-enabled accessories WiFi config
MIT License
54 stars 30 forks source link

How different is this from WiFiManager? #5

Closed cottsak closed 5 years ago

cottsak commented 6 years ago

And does it support https://github.com/tzapu/WiFiManager#custom-parameters ?

maximkulkin commented 6 years ago

This library is a very lightweight minimal configuration way to configure network connectivity for yor accessory.

cottsak commented 6 years ago

Thanks.

Does it support a network scan? Or must the user specify the SSID?

maximkulkin commented 6 years ago

Yes, it scans and shows networks (and it does not support manually entering SSID)