Hacker News new | ask | show | jobs
by clowen 1373 days ago
Are you considering using the esp-idf? https://github.com/espressif/esp-idf

I'm developing a product based on the esp32. Once I got my mind around the IDF, it handles a lot of the productization element.

Specifically it has a means for handling config at compile time, allowing for more flexibility without the need for a new version of the code per update.