Skip to content

Commit

Permalink
feat(vscode): add ESPAsyncWebServer example
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Jan 29, 2023
1 parent 51df755 commit c879274
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/vscode/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Before simulating any of the following projects, you need to compile the code an
- [Arduino Simon Game](https://github.com/wokwi/arduino-simon-game) - Memory game with 4 LEDs, 4 buttons, a buzzer, and a 7-segment display
- [ESP32 Network Clock](https://github.com/wokwi/esp32-ntp-clock) - Syncs time from the internet (NTP) and displays it on an LCD display
- [ESP32 Web Server](https://github.com/wokwi/esp32-http-server) - HTTP server that controls 2 LEDs
- [ESP32 Async Web Server](https://github.com/wokwi/esp32-async-web-server-example) - HTTP server that controls 2 LEDs, using the ESPAsyncWebServer library

### ESP-IDF Examples

Expand Down

1 comment on commit c879274

@vercel
Copy link

@vercel vercel bot commented on c879274 Jan 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wokwi-docs – ./

wokwi-docs-wokwi.vercel.app
wokwi-docs-git-master-wokwi.vercel.app
wokwi-docs.vercel.app
docs.wokwi.com

Please sign in to comment.