changes for AsyncWebserver from mathieucarbou

This commit is contained in:
lumapu 2024-08-05 19:54:20 +02:00
parent 24ceb3e97e
commit ef52ad1b0d
6 changed files with 37 additions and 36 deletions

View file

@ -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")