mirror of
https://github.com/agessaman/MeshCore.git
synced 2026-07-11 12:38:48 +00:00
ed27ebd015
- Moved MQTT processing to a dedicated FreeRTOS task on Core 0, enhancing non-blocking behavior. - Implemented a FreeRTOS queue for thread-safe packet handling, replacing the previous circular buffer approach. - Updated WiFi initialization and connection management to occur within the FreeRTOS task, improving overall system responsiveness. - Enhanced logging and error handling for MQTT connections and packet processing. - Cached broker and analyzer server statuses to reduce redundant checks and improve efficiency.