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