Lukas Pusch
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
scripts/applyPatches.py
|
@ -28,5 +28,5 @@ def applyPatch(libName, patchFile): |
|
|
# list of patches to apply (relative to /src) |
|
|
# list of patches to apply (relative to /src) |
|
|
applyPatch("ESP Async WebServer", "../patches/AsyncWeb_Prometheus.patch") |
|
|
applyPatch("ESP Async WebServer", "../patches/AsyncWeb_Prometheus.patch") |
|
|
|
|
|
|
|
|
if env['PIOENV'] == "opendtufusionv1": |
|
|
if env['PIOENV'] == "opendtufusion": |
|
|
applyPatch("GxEPD2", "../patches/GxEPD2_SW_SPI.patch") |
|
|
applyPatch("GxEPD2", "../patches/GxEPD2_SW_SPI.patch") |
|
|