When you do setInterval or setTimeout they return a value. Pass that value to clearInterval and it will only clear that one.
@DrAzzy started
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.
When you do setInterval or setTimeout they return a value. Pass that value to clearInterval and it will only clear that one.