roarfred / AmsToMqttBridge

Minimalistic system to read AMS/HAN data from electrical meter
217 stars 44 forks source link

yield() in loop for debugging received data #34

Closed roarfred closed 6 years ago

roarfred commented 6 years ago

If debugging on a 2400 baud serial, the loop that logs the received data might be very close to the 1s limit for the WDT on ESP8266

roarfred commented 6 years ago

Solved in PR #36