When I run:
Code: Select all
idf.py set-target esp32s3Code: 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 againWhen I run:
Code: Select all
echo $IDF_TARGETCode: Select all
esp32
Where can I actually modify the IDF_TARGET? Please help me get this project up and running.