SignalK / SensESP

Universal Signal K sensor framework for the ESP32 platform
https://signalk.org/SensESP/
Apache License 2.0
157 stars 82 forks source link

Refactor TaskQueueProducer #764

Closed mairas closed 1 month ago

mairas commented 1 month ago

TaskQueueProducer now uses std::queue internally instead of FreeRTOS task queues. The latter broke spectacularly when using them with C++ classes.