I could be wrong, but it looks like you're defining and using options1, but you're actually setting acceptAllDevices on options (which isn't defined?). That won't be helping.
Having said that, I don't know if WebBLE actually supports acceptAllDevices - @daphtdazz? It's probably quite a rare thing to want to do (apart from for debugging).
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.
I could be wrong, but it looks like you're defining and using
options1
, but you're actually settingacceptAllDevices
onoptions
(which isn't defined?). That won't be helping.Having said that, I don't know if WebBLE actually supports
acceptAllDevices
- @daphtdazz? It's probably quite a rare thing to want to do (apart from for debugging).