I was looking for a simple sketch around that would allow me to easily define the mode the ESP would start into:
- Regular mode - any custom sketch would be executed
Config mode - would start an AP with a simple UI to configure params into a file in the SPFFS.
OTA - as the esp-arduino can already do the OTA, we will be able to do it as well.
1. Is there already such a project done? I'd rather reuse something (and contribute to) than reinvent the wheel.
2. As I'm not a good C developer, I would appreciate some help and/or ideas and code reviews.
The main goal is to keep things as slim as possible, even if this would cost some of the more fancy features.
Thank you in advance,
Boyan.