That's just normal JavaScript :) You're not referencing the constant, you're creating a field called LBS_UUID - so the constant isn't being referenced at all!
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.
That's just normal JavaScript :) You're not referencing the constant, you're creating a field called
LBS_UUID
- so the constant isn't being referenced at all!