Gordon Williams
Gordon Williams
Just FYI new firmwares (cutting edge or 2v27) should have much better out of memory reporting now - they will print a stack trace to the console where the error...
Ok, so what you want is Emoji converted to bitmaps in Gadgetbridge, but not text? The code that decides what to do is [this file here](https://codeberg.org/Freeyourgadget/Gadgetbridge/src/branch/master/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/devices/banglejs/BangleJSDeviceSupport.java#L1420) in Gadgetbridge So I...
Ok, it probably came from https://github.com/espruino/EspruinoDocs/blob/master/modules/sevenseg_font_tools.js (but in that case there is a dash)
I don't think it could be anything to do with the protocol - the app loader doesn't have a way of knowing whether the IDE is connected. I could be:...
Ok, thanks. So I'm pretty sure the issue is it just timed out waiting for a response, because it took so long to scan all the files. It's possible that...
Thanks for looking into this! > The only trouble now is that there's a progress bar for each Puck.eval() instead of for the whole thing, is it possible to override...
It's `{"name":".tfmodel","url":"model.js","evaluate":true}` - it does what it says on the tin - it's evaluating the entire JS file in RAM in order to create the `.tfmodel` file. You should be...
> I cannot access the watchdog This is very odd - it should pretty much always work. Not the ~2sec press, but the 10 second one that totally reboots the...
Just took a look at this, it's a strange one. When I upload your code, I can still use the Bangle, but whenever I physically move it, it tries to...
Looks great to me, thanks! Just checking - this is tested and works?