@ downerhouse
The project was previously built with ESP IDF v4.4. I just pushed an update which fixes build errors to compile with IDF v5.0.1 but note: it is otherwise untested.
In any case, before you start with any IDE, I recommend you get it building from the command line so you have a better understanding of what's happening behind the scenes.
That's all you should have to do. Good luck!
The project was previously built with ESP IDF v4.4. I just pushed an update which fixes build errors to compile with IDF v5.0.1 but note: it is otherwise untested.
In any case, before you start with any IDE, I recommend you get it building from the command line so you have a better understanding of what's happening behind the scenes.
- Install ESP IDF to a directory
- Run a command prompt
- cd <PATH_TO_ESP_IDF>
- setup.bat
- cd <PATH_TO_GIT_REPO>
- esp.idf build
That's all you should have to do. Good luck!

