0neblock / Arduino_SNMP

SNMP Agent built with Arduino
MIT License
77 stars 30 forks source link

wdt reset #1

Closed mrWeles closed 4 years ago

mrWeles commented 6 years ago

Hi! Thank you for the work you did. I have a watchdog timer on this line (using ESP12). int length = response->serialise(_packetBuffer); Do you have any ideas how to fix this?

0neblock commented 6 years ago

Hey, If you can give me the rest of the code you're using I might be able to help. It can get an error in this stage if the data you are trying to send back is in the wrong format/length. Can you see if the example sketch works?