Great! Well, it still seems to be working at the moment! Although it looks like you may have had to restart it? :)
I did some more work on CC3000, so you might find that the latest version is a bit more reliable as well. It'll only remove the single interval when there is an error - so if you do the following then it should always keep working:
setInterval( function() {
setTimeout(function() {
// set up WiFi and send reading here
}, 10);
}, 60000);
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.
Great! Well, it still seems to be working at the moment! Although it looks like you may have had to restart it? :)
I did some more work on CC3000, so you might find that the latest version is a bit more reliable as well. It'll only remove the single interval when there is an error - so if you do the following then it should always keep working: