Skip to content

Commit bcd8fd4

Browse files
committed
fix(esp32): broken esp-idf examples
Use the `esp-idf` builder instead of the default Arduino builder, as the ESP32 arduino core no longer supports overriding `app_main()`. wokwi/wokwi-features#893
1 parent 2bc6e1b commit bcd8fd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/esp32.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ For ESP-IDF projects, you can also build a single UF2 file using the command: `i
8282

8383
The following examples use the ESP-IDF functions. They are compiled using Arduino ESP32 Core:
8484

85-
- [Blink using FreeRTOS API](https://wokwi.com/projects/304209256260829762)
85+
- [Blink using FreeRTOS API](https://wokwi.com/projects/411723444725332993)
8686
- [Binary LED counter using FreeRTOS tasks](https://wokwi.com/projects/322609470223942226)
8787
- [GPIO button input + interrupts](https://wokwi.com/projects/342634722692694610)
88-
- [WiFi Example](https://wokwi.com/projects/343629632022512211)
88+
- [WiFi Example](https://wokwi.com/projects/411725624945943553)
8989

9090
### Sming Framework
9191

0 commit comments

Comments
 (0)