mirror of https://github.com/espruino/BangleApps
6 lines
242 B
JavaScript
6 lines
242 B
JavaScript
|
/* Called when we have a new message when we're in the clock...
|
||
|
BUZZ_ON_NEW_MESSAGE is set so when messagegui.app.js loads it knows
|
||
|
that it should buzz */
|
||
|
global.BUZZ_ON_NEW_MESSAGE = true;
|
||
|
eval(require("Storage").read("messagegui.app.js"));
|