mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-23 13:56:10 +02:00
changes for AsyncWebserver from mathieucarbou
This commit is contained in:
parent
24ceb3e97e
commit
ef52ad1b0d
6 changed files with 37 additions and 36 deletions
|
@ -26,7 +26,7 @@ def applyPatch(libName, patchFile):
|
|||
|
||||
|
||||
# list of patches to apply (relative to /src)
|
||||
applyPatch("ESPAsyncWebServer-esphome", "../patches/AsyncWeb_Prometheus.patch")
|
||||
applyPatch("ESPAsyncWebServer", "../patches/AsyncWeb_Prometheus.patch")
|
||||
|
||||
if (env['PIOENV'][:5] == "esp32") or (env['PIOENV'][:13] == "opendtufusion"):
|
||||
applyPatch("GxEPD2", "../patches/GxEPD2_HAL.patch")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue