tube0013 / esphome-stream-server-v2

Custom Component for ESPHome enabling Serial over TCP
33 stars 25 forks source link

Feed watchdog during send & receive loops #4

Open sidddy opened 1 year ago

sidddy commented 1 year ago

In my setup, the read & write loops frequently caused a ESP32 watchdog timeout, leading to resets of the esp32. This PR adds a call to each of the two loops to regularly feed the watchdog.