Skip to content

Commit c879274

Browse files
committed
feat(vscode): add ESPAsyncWebServer example
1 parent 51df755 commit c879274

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: docs/vscode/getting-started.md

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Before simulating any of the following projects, you need to compile the code an
3939
- [Arduino Simon Game](https://github.com/wokwi/arduino-simon-game) - Memory game with 4 LEDs, 4 buttons, a buzzer, and a 7-segment display
4040
- [ESP32 Network Clock](https://github.com/wokwi/esp32-ntp-clock) - Syncs time from the internet (NTP) and displays it on an LCD display
4141
- [ESP32 Web Server](https://github.com/wokwi/esp32-http-server) - HTTP server that controls 2 LEDs
42+
- [ESP32 Async Web Server](https://github.com/wokwi/esp32-async-web-server-example) - HTTP server that controls 2 LEDs, using the ESPAsyncWebServer library
4243

4344
### ESP-IDF Examples
4445

0 commit comments

Comments
 (0)