I successfully built some ESP32 examples for the ESP32-Pico.
When trying to build examples for the ESP32-S2-Saola, there are errors when setting the new target. Deleting the build directory doesn't help.
Code: Select all
idf.py set-target esp32s2beta
Adding "set-target"'s dependency "fullclean" to list of commands with default set of options.
Executing action: fullclean
Directory 'c:\users\mark\esp\projects\esp-aws-iot\saola\subscribe_publish\build' doesn't seem to be a CMake build directory. Refusing to automatically delete files in this directory. Delete the directory manually to 'clean' it.
Thank you,
Mark