A place users can post their projects. If you have a small project and would like your own dedicated place to post and have others chat about it then this is your spot.

User avatar
By Boyan Djumakov
#45421 Hi all,
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.
I couldn't find such a project so I slowly started one of my own in GitHub and I have some questions:
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.