looking for a way to easily configure the wifi configuration when deploying your ESP-based solution? I've created a bootloader script for facilitation.
If no wifi is configured, the ESP starts as access point, offering a minimized webpage to select an available wifi network and enter the password. This configuration gets stored and the ESP starts as wifi client and executes its actual program routines.
It's only the first version and needs further enhancements (e.g. reset to "factory" default) and can be found here:
https://github.com/sebastianhodapp/ESPbootloader
A mobile app to make the configuration even more convenient is currently under development.
Have fun & feedback highly appreciated,
Sebastian