-->
Page 1 of 1

How to watchdog setup?

PostPosted: Sun Dec 28, 2014 6:28 am
by amatron
Please tell me how to work with the watchdog in the esp8266?

I didn't found any information about this...

Re: How to watchdog setup?

PostPosted: Sun Dec 28, 2014 5:13 pm
by amatron
I found a few:
ets_wdt_disabe ()
ets_wdt_enable ()
ets_wdt_get_mode ()
ets_wdt_init ()
ets_wdt_restore ()
wdt_feed ()

Does anyone know their description?