Skip to content

Use threads to read UART message#27

Merged
ElVit merged 16 commits intomainfrom
heatpump/feature/uart-task-handling
Mar 26, 2026
Merged

Use threads to read UART message#27
ElVit merged 16 commits intomainfrom
heatpump/feature/uart-task-handling

Conversation

@ElVit
Copy link
Copy Markdown
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
@ElVit ElVit merged commit 41b7588 into main Mar 26, 2026
22 checks passed
@ElVit ElVit deleted the heatpump/feature/uart-task-handling branch April 1, 2026 14:07
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