Hi everyone,
I’m using PlatformIO within VS Code to develop for ESP32, and my project compiles successfully. The firmware.bin file is generated in:
.pio\build\esp32doit-devkit-v1\firmware.bin
However, when I try to run the simulation in Wokwi, I always get the following error:
Wokwi: firmware binary .pio\build\esp32doit-devkit-v1\firmware.bin not found in workspace
Even though the firmware.bin file is actually there, Wokwi still cannot find it.
Has anyone encountered this issue before? Any ideas on how to fix it?
Thanks in advance!