-
. @fanoush have you had any success with that recently?
Not recently, Espruino is quickly moving target, and I was using it on other watches, however it may be good idea to have build with this for Bangle 2 even if everything by default still goes to SPI flash. Then maybe if the apploader had some settable regular expression to send some files to internal flash it could be better tested. Not sure how much space there is with the factory content present so whether all app js code could fit into internal flash.
Thanks - I'm not sure if you're aware but there is a power monitor app, and actually the 2v22 release added something into the firmware for power monitoring (but there's no app for that yet). Ideally what's needed is for us to have a way to estimate power usage of apps and report it in the app loader - but doing that is quite a big deal.
A faster CPU might be an idea but also it's balancing power consumption so we continue to get that long battery life. It is possible to build a firmware where the JavaScript code is stored on internal flash (and the data on external flash), which can really help with execution speed - but it was always a bit beta - I could try and make it available for those interested though. @fanoush have you had any success with that recently? I tried doing a build just now and it didn't seem like it was working reliably