mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-18 11:26:10 +02:00
0.7.47
Update applyPatches.py
This commit is contained in:
parent
7207d3c9d4
commit
3aa99475cf
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue