When I run your code I get the error Uncaught ReferenceError: "settings" is not defined and I get undefined shown.
Uncaught ReferenceError: "settings" is not defined
undefined
If I just add let settings = {}; before your code and run it, it prints out all the tags:
let settings = {};
tool,system tool,system tool,alarm outdoors,exercise,ble,bluetooth,bike,cycle,bicycle tool,system,health
Could that be it?
@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.
When I run your code I get the error
Uncaught ReferenceError: "settings" is not defined
and I getundefined
shown.If I just add
let settings = {};
before your code and run it, it prints out all the tags:Could that be it?