Oxan van Leeuwen
Oxan van Leeuwen
Most of what was in this PR is now merged into master in separate commits. I don't think I'll adopt the remainder soon, enabling strict mypy flags isn't really feasible...
Yes, this is possible: ```yaml uart: - id: uart1 # ... - id: uart2 # ... stream_server: - uart_id: uart1 port: 5000 - uart_id: uart2 port: 5001 ```
This should (finally) be fixed by bd516623ec.
This has now been merged.
Hi! Sorry for the silence, I've neglected this project quite a bit over the last year. Tonight I've finally finished the major refactoring to port to ESPHome's socket abstractions, which...
The functionality from this PR has been merged with #25.
This has now been merged.
You could try the `socket-abstraction` branch (see PR #25). I've done a major update to use the socket APIs directly instead of through the Arduino libraries, and I hope that...
I'll close this now, as I haven't been able to reproduce this with the new socket-based approach. If you still encounter this issue, please reopen the issue and we'll see...
I've now (finally) finished the rewrite using the `socket` abstraction, in PR #25. That should work on the C3 now as well.