* improved wizard
* converted ePaper and Ethernet to hal-SPI
* improved network connection
This commit is contained in:
lumapu 2024-04-25 00:25:16 +02:00
parent 9d8ef19290
commit b291ad1f4d
12 changed files with 142 additions and 433 deletions

View file

@ -28,9 +28,6 @@ def applyPatch(libName, patchFile):
# list of patches to apply (relative to /src)
applyPatch("ESPAsyncWebServer-esphome", "../patches/AsyncWeb_Prometheus.patch")
#if env['PIOENV'][:13] == "opendtufusion":
#applyPatch("GxEPD2", "../patches/GxEPD2_SW_SPI.patch")
#el
if (env['PIOENV'][:5] == "esp32") or (env['PIOENV'][:13] == "opendtufusion"):
applyPatch("GxEPD2", "../patches/GxEPD2_HAL.patch")