What is the command or method to reveal if any setIntervals are running in memory, despite the attempt to stop them with clearInterval?
I remember seeing this in a post a while back, but Google isn't helping me out here.
Update: There are several conflicting issues I have uncovered. Now I have a repeatable bad read data situation, bits stream is there, detection start is off caused by issue above, I'm pretty sure I'll be able to solve this. Code and docs to follow when done.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Tue 2019.08.06
What is the command or method to reveal if any setIntervals are running in memory, despite the attempt to stop them with clearInterval?
I remember seeing this in a post a while back, but Google isn't helping me out here.
Update: There are several conflicting issues I have uncovered. Now I have a repeatable bad read data situation, bits stream is there, detection start is off caused by issue above, I'm pretty sure I'll be able to solve this. Code and docs to follow when done.