I'm trying to setup an example project using the ESP32-S3-Mini-1 devkit. I setup the ESP IDF Extension in VSCode on Mac.
When I run
I get this error
Code: Select all
IDF_TARGET in CMake cache does not match IDF_TARGET environment variable.
To change the target, clear the build directory and sdkconfig file, and
build the project again
I have cleared the build directory and sdkconfig file and it still builds as ESP32. I can't find how to change the IDF_TARGET environment variable. In VSCode the bottom banner shows "ESP32" and when I click that it just sets it for the project. There's no way to change it.
Any help to get this project up and running? What am I missing?