Quote Originally Posted by Darrel Taylor View Post
Sure, just turn off the WDT in the configs.

Then when you put it to sleep, it will stay that way until an interrupt is triggered.

You can use ...
Code:
@  SLEEP
and you won't need to enter a period.
<br>
Do I need to use
@ sleep
?
With PBP, can I use something like:

loop:
sleep
goto loop

?

(I always disable WDT in the config words).