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:
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.
I hope you find it useful.
All feedback are welcome!
Cheers,
Balazs