* fix nullptr exception
* modified MqTT to not publish while not connected
* removed patch for Webserver library - obsolete
This commit is contained in:
lumapu 2024-10-02 22:53:51 +02:00
parent eb8924a6d8
commit 9efb3a9941
6 changed files with 9 additions and 30 deletions

View file

@ -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")