thinger-io / Arduino-Library

IOTMP Arduino Library for connecting devices to thinger.io #IoT
https://thinger.io
MIT License
111 stars 66 forks source link

thing.call_endpoint crashing on ESP8266 #12

Closed rafaalvfe closed 6 years ago

rafaalvfe commented 7 years ago

Hey! I'm trying the call_endpoint function with the arduino library in an esp8266-12e, when I run the function sometimes it works and I receive the info but all the time the esp restarts, like it's crashing. This is my code:

thing.call_endpoint("puerta_abierta");

and esp log:

ets Jan 8 2013,rst cause:4, boot mode:(1,6)

alvarolb commented 7 years ago

Hi, can you share your sketch (without credentials)? The rst cause seems to be a watchdog problem...