I've started getting a "Memory Busy" message at the bottom of my screen
That's very strange - are you sure there's nothing else? MEMORY_BUSY usually happens when memory gets pretty full, a garbage collect is needed, and then something in an interrupt needs to try and allocate some memory - it should basically not happen with only a simple clock and gadgetbridge.
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 very strange - are you sure there's nothing else? MEMORY_BUSY usually happens when memory gets pretty full, a garbage collect is needed, and then something in an interrupt needs to try and allocate some memory - it should basically not happen with only a simple clock and gadgetbridge.