Skip to content

Commit

Permalink
Remove no more required web server patch
Browse files Browse the repository at this point in the history
By using the new ESPAsyncWebserver this patch is no more required as it is already included in the upstream repo
  • Loading branch information
tbnobody committed Apr 12, 2024
1 parent 011f00e commit 68b1a9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
13 changes: 0 additions & 13 deletions patches/esp32c3/EspAsyncWebserver.patch

This file was deleted.

4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ build_flags = ${env.build_flags}

[env:generic_esp32c3]
board = esp32-c3-devkitc-02
custom_patches = ${env.custom_patches},esp32c3
custom_patches = ${env.custom_patches}
build_flags = ${env.build_flags}


[env:generic_esp32c3_usb]
board = esp32-c3-devkitc-02
custom_patches = ${env.custom_patches},esp32c3
custom_patches = ${env.custom_patches}
build_flags = ${env.build_flags}
-DARDUINO_USB_MODE=1
-DARDUINO_USB_CDC_ON_BOOT=1
Expand Down

0 comments on commit 68b1a9e

Please sign in to comment.