Closed
Description
The examples in the documentation do no longer compile: https://docs.wokwi.com/guides/esp32#esp-idf-examples
They can run the pre-compiled binary, but they do no longer compile. The problem is: "multiple definition of app_main".
The first three have a ino file and no attribute "builder": "esp-idf"
.
The fourth example has a main.c file, but no attribute either.