mirror of
https://github.com/lumapu/ahoy.git
synced 2025-04-29 10:16:21 +02:00
fix patch for fusion-dev
This commit is contained in:
parent
a18a738a0a
commit
882e96b93b
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)
|
# list of patches to apply (relative to /src)
|
||||||
applyPatch("ESP Async WebServer", "../patches/AsyncWeb_Prometheus.patch")
|
applyPatch("ESP Async WebServer", "../patches/AsyncWeb_Prometheus.patch")
|
||||||
|
|
||||||
if env['PIOENV'] == "opendtufusion":
|
if env['PIOENV'][:13] == "opendtufusion":
|
||||||
applyPatch("GxEPD2", "../patches/GxEPD2_SW_SPI.patch")
|
applyPatch("GxEPD2", "../patches/GxEPD2_SW_SPI.patch")
|
||||||
|
|
Loading…
Add table
Reference in a new issue