When compiling my esp32 code on platformio, the .hex file is not generated, however if the code is loaded correctly, but I need that file to be able to test the wokwi extension on platformio, please help.
What’s your platformio.ini
?
Hello, you can find here a complete example of ESP32 + Platform IO + Wokwi setup:
Hello, thanks, I just resolve it, I took the direction of the .bin and not of the .hex (it doesn´t exist in esp32 in platformio) and it work correctly.