Page 1 of 1

IotWebConf, a WiFiManager alternative for ESP32

Posted: Mon Jan 14, 2019 11:17 pm
by prampec
Hi Friends,

I'm happy to inform you, that my Arduino library with connection management and HTML GUI to edit AP/WiFi (and more) is now compatible with ESP32.

https://github.com/prampec/IotWebConf

Screenshot:
IotWebConf.png
IotWebConf.png (47.39 KiB) Viewed 9468 times

It is a little bit similar to WiFiManager (if you are familiar with that one), but built with some other goals in mind. E.g.:
  • non-blocking operation,
  • config portal also available in WiFi mode,
  • your custom configuration properties are also handled by the module,
  • developers has more control over the config portal and the states.
Also available form Arduino Library Manager.
I hope you find it useful.
All feedback are welcome!

Cheers,
Balazs