Skip to content

Commit

Permalink
0.7.47
Browse files Browse the repository at this point in the history
Update applyPatches.py
  • Loading branch information
lumapu authored Sep 7, 2023
1 parent 7207d3c commit 3aa9947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/applyPatches.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit 3aa9947

Please sign in to comment.