Merge pull request #697 from dalathegreat/bugfix/assert-failed-tasksC

Crashfix: Restore Async lib, implement Mutex locking
This commit is contained in:
Daniel Öster 2024-12-28 12:32:22 +03:00 committed by GitHub
commit 57cba6f94b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 1726 additions and 2297 deletions

View file

@ -85,7 +85,7 @@ This code uses the following excellent libraries:
- [eModbus/eModbus](https://github.com/eModbus/eModbus) MIT-License
- [knolleary/pubsubclient](https://github.com/knolleary/pubsubclient) MIT-License
- [mackelec/SerialDataLink](https://github.com/mackelec/SerialDataLink)
- [mathieucarbou/AsyncTCP](https://github.com/mathieucarbou/AsyncTCP) LGPL-3.0 license
- [me-no-dev/AsyncTCP](https://github.com/me-no-dev/AsyncTCP) LGPL-3.0 license
- [me-no-dev/ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer)
- [miwagner/ESP32-Arduino-CAN](https://github.com/miwagner/ESP32-Arduino-CAN/) MIT-License
- [pierremolinaro/acan2515](https://github.com/pierremolinaro/acan2515) MIT-License