Argh, sorry about that - I've just put a fix in so it should be sorted in 2v14.65
For now, NRF.requestDevice({phy:"1mbps",filters:[{services:["1805"]}]}).then(function(d) { would work around it.
NRF.requestDevice({phy:"1mbps",filters:[{services:["1805"]}]}).then(function(d) {
@Gordon 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.
Argh, sorry about that - I've just put a fix in so it should be sorted in 2v14.65
For now,
NRF.requestDevice({phy:"1mbps",filters:[{services:["1805"]}]}).then(function(d) {
would work around it.