mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-24 14:26:11 +02:00
0.8.150
* fix nullptr exception * modified MqTT to not publish while not connected * removed patch for Webserver library - obsolete
This commit is contained in:
parent
eb8924a6d8
commit
9efb3a9941
6 changed files with 9 additions and 30 deletions
|
@ -26,8 +26,6 @@ def applyPatch(libName, patchFile):
|
|||
|
||||
|
||||
# list of patches to apply (relative to /src)
|
||||
applyPatch("ESPAsyncWebServer", "../patches/AsyncWeb_Prometheus.patch")
|
||||
|
||||
if (env['PIOENV'][:5] == "esp32") or (env['PIOENV'][:13] == "opendtufusion"):
|
||||
applyPatch("GxEPD2", "../patches/GxEPD2_HAL.patch")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue