Update applyPatches.py
This commit is contained in:
Lukas Pusch 2023-09-07 23:47:53 +02:00 committed by GitHub
parent 7207d3c9d4
commit 3aa99475cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,5 +28,5 @@ def applyPatch(libName, patchFile):
# list of patches to apply (relative to /src)
applyPatch("ESP Async WebServer", "../patches/AsyncWeb_Prometheus.patch")
if env['PIOENV'] == "opendtufusionv1":
if env['PIOENV'] == "opendtufusion":
applyPatch("GxEPD2", "../patches/GxEPD2_SW_SPI.patch")