Browse Source

fix patch for fusion-dev

pull/1169/head
lumapu 1 year ago
parent
commit
882e96b93b
  1. 2
      scripts/applyPatches.py

2
scripts/applyPatches.py

@ -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'] == "opendtufusion":
if env['PIOENV'][:13] == "opendtufusion":
applyPatch("GxEPD2", "../patches/GxEPD2_SW_SPI.patch")

Loading…
Cancel
Save