Skip to content

Use threads to read UART message#27

Open
ElVit wants to merge 11 commits intomainfrom
heatpump/feature/uart-task-handling
Open

Use threads to read UART message#27
ElVit wants to merge 11 commits intomainfrom
heatpump/feature/uart-task-handling

Conversation

@ElVit
Copy link
Owner

@ElVit ElVit commented Mar 21, 2026

  • Read UART messages async (by using xTaskCreatePinnedToCore, xQueueCreate, xQueueReceive, xQueueSend)
  • Drop support for ESP8266 because xQueueCreate and xTaskCreatePinnedToCore is not supported in arduino framework
  • Fixes Lost communication Adapter < Pump #21

@ElVit ElVit changed the title Use threads to read UART message (fixes #21) Use threads to read UART message Mar 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Lost communication Adapter < Pump

1 participant