This is a strange one - __FILE__ always used to be set and the code is still there. If you're just on the default clock (long-press button) you won't see it set, because it's as if load() was called - but if you're on the launcher or an app it should be set fine
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.
This is a strange one -
__FILE__
always used to be set and the code is still there. If you're just on the default clock (long-press button) you won't see it set, because it's as ifload()
was called - but if you're on the launcher or an app it should be set fine