mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-15 15:35:14 +02:00
0.8.152
* 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:
parent
ea8e2121a5
commit
3afc165157
5 changed files with 111 additions and 16 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue