Kirill Dudnik
Kirill Dudnik
@Waridley Hi! I ran into the same problem. It has a very trivial solution. You need to move your index.html file to the same level as Cargo.toml. This is because...
Hi ! I had the same problem. Solved by replacing the contents of - ".rustup\toolchains\esp\xtensa-esp32-elf-clang\esp-clang\bin" and - ".rustup\toolchains\esp\xtensa-esp32-elf-clang\esp-clang\lib" with the contents of the same folders from https://github.com/espressif/llvm-project/releases/tag/esp-16.0.4-20231113 and renaming of...
Thanks for the detailed reply! I've done what you suggested and I see that `rm -rf sample/Temp/` fails because of the permission level `rm -rf sample/Temp/` logs: ``` rm: cannot...
Yes, I can `sudo rm...`, but _do I want to_? I mean, it doesn't seem like the right solution to the problem. It seems to me that my workflow file...