Hi - yes, unfortunately the clearTimeout from requestDevice error was introduced in 2v03. It's now fixed if you use a 'Cutting Edge' build, or you can work around it for now just by using NRF.findDevices.
Please can you paste up the exact code that causes the second error so I can try it out here and be certain it's the same? I'm pretty sure I'm using exactly the code pattern you're referring to without issues on 2v03.
Do you also get the error on 2v02? I guess it's possible it's actually related to the device you're connecting to.
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.
Hi - yes, unfortunately the
clearTimeout
fromrequestDevice
error was introduced in 2v03. It's now fixed if you use a 'Cutting Edge' build, or you can work around it for now just by usingNRF.findDevices
.Please can you paste up the exact code that causes the second error so I can try it out here and be certain it's the same? I'm pretty sure I'm using exactly the code pattern you're referring to without issues on 2v03.
Do you also get the error on 2v02? I guess it's possible it's actually related to the device you're connecting to.