Left here for archival purposes.

User avatar
By zeroday
#3497
n1spx wrote:Thanks for the explanation. That seems like a reasonable explanation.

I think I can work out how to use tmr.alarm instead of tmr.delay to do what I want. I'll know after a few hours of sleep.

Thanks,
Chuck

Yes
tmr.delay simply call a sdk delay function, which is a "stop the world" delay.
not recommended for long time delay.