Yes, if you put that code in a boot file it should work, except you also want to check that
type === 'text'
msg.t !== 'remove'
The messages library README has some example code using E.showMessage().
E.showMessage()
@rigrig 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.
Yes, if you put that code in a boot file it should work, except you also want to check that
type === 'text'
: only show notifications/smsmsg.t !== 'remove'
: only show new/modified messagesThe messages library README has some example code using
E.showMessage()
.