From 882e96b93b7e23538fd00faf9a4e29b2cde4ed2b Mon Sep 17 00:00:00 2001 From: lumapu Date: Sun, 17 Sep 2023 20:57:43 +0200 Subject: [PATCH] fix patch for fusion-dev --- scripts/applyPatches.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/applyPatches.py b/scripts/applyPatches.py index 9537e0bd..657525e6 100644 --- a/scripts/applyPatches.py +++ b/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")