* patching MqTT library to prevent raise conditions while using semaphores
* update ESP32 espressif platform to `0.6.9`
* update ESPAsyncWebServer to `3.3.12`
This commit is contained in:
lumapu 2024-10-07 22:42:47 +02:00
parent ea8e2121a5
commit 3afc165157
5 changed files with 111 additions and 16 deletions

View file

@ -25,6 +25,8 @@ def applyPatch(libName, patchFile):
os.chdir(start)
applyPatch("espMqttClient", "../patches/espMqttClientSemaphore.patch")
# list of patches to apply (relative to /src)
if (env['PIOENV'][:5] == "esp32") or (env['PIOENV'][:13] == "opendtufusion"):
applyPatch("GxEPD2", "../patches/GxEPD2_HAL.patch")