jamct / DoorsignEPD

Doorsign with E-Paper-Display with ESP32. Loading images from webserver.
GNU General Public License v3.0
100 stars 36 forks source link

Use an async TCP connection #16

Closed jdede closed 6 years ago

jdede commented 6 years ago

This PR introduces asynchronous TCP connections for the Arduino part of the project. It is based on AsyncTCP.

jamct commented 6 years ago

Thank you! AsyncTCP is already a dependency of Basecamp. Will test it on my ESP and merge PR.

jamct commented 6 years ago

Works great! Merged.