I use esp8266 arduino, I have my program which runs fine but it stops 20seconds after the launch
I have rst cause : 4 when I restart my esp8266, I saw that it is a watchdog restart
is it possible to disable it ?
I tried ESP.wdtDisable(); but that's not working
thanks