seb821 / espRFLinkMQTT

ESP8266 gateway between RFLink and MQTT server
96 stars 32 forks source link

Watchdog rebooting NodeMCU #33

Closed MuadDib007 closed 2 years ago

MuadDib007 commented 2 years ago

Hello,

I am using the code on an NodeMCU together with an Mega 2560 loaded with RFLink release 48. It seems that about every 10 seconds the NodeMCU is rebooted.

Other implementations for serial over net for example include the option to enable the watchdog with id 38 to prevent the NodeMCU from being rebooted.

Could this be implemented in this code also or should I disable this feature in the RFLink software somehow?

Kind regards,

Vincent Voorheijen

MuadDib007 commented 2 years ago

Lol, never mind, seems like I need to set a variable in the code before compiling to enable the watchdog function. RTFM ;-)