The important stuff we need is the UART RX and TX lines - you can delete all the rest (but it might be handy if you can keep the original file just in case I need to look into something further)
... but obviously you'll want to sanitise the UART TX lines which will include message contents/phone numbers/etc. It's probably enough that I can just see the GB({"t":"messagetype part and the time, and not what's after.
Someone posted up just yesterday that they'd been having poor battery life and they tracked it down to the messages widget (which by default flashes once a second when a message is unread). So you could try uninstalling that (you don't need it) and see if it helps 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.
The important stuff we need is the UART RX and TX lines - you can delete all the rest (but it might be handy if you can keep the original file just in case I need to look into something further)
... but obviously you'll want to sanitise the UART TX lines which will include message contents/phone numbers/etc. It's probably enough that I can just see the
GB({"t":"messagetype
part and the time, and not what's after.Someone posted up just yesterday that they'd been having poor battery life and they tracked it down to the messages widget (which by default flashes once a second when a message is unread). So you could try uninstalling that (you don't need it) and see if it helps at all?