jeelabs / jeelib

JeeLib for Arduino IDE: Ports, RF12, and RF69 drivers from JeeLabs
https://jeelabs.org/202x/sw/jeelib/
The Unlicense
490 stars 215 forks source link

Sleepy::loseSomeTime() desactive watchdog #85

Closed PiR43 closed 9 years ago

PiR43 commented 9 years ago

Sleepy::loseSomeTime() need to configure watchDog in interupt mode. But after loseSomeTime finish, it is better to put back old whatchdog configuration in place of completly desactive watchdog

jcw commented 9 years ago

Sounds good, thx.