You are reading a single comment by @Gordon and its replies.
Click here to read the full conversation.
-
Would I be able to fork firmware v19...?
I'm not sure if one be suitable: https://github.com/espruino/Espruino/actions/workflows/build.yml
as in which one would be the exact same version that I can download here> https://www.espruino.com/binaries/espruino_2v19_banglejs2.zip
Hi Stuart,
I'm afraid there isn't a painless option - it's built into the firmware precisely to provide a foolproof way to get back to a known state!
However it was built into the firmware quite recently - I think only 2v19 so if you used 2v18 then you wouldn't get it.
Similarly you could actually build your own firmware... It's not that hard and can be done online:
Edit https://github.com/espruino/Espruino/blob/master/libs/banglejs/jswrap_bangle.c#L3653 and comment out:
When you commit that change after a few minutes you should be able to go to https://github.com/espruino/Espruino/actions (in your account), click on your commit and find the modified firmware which you can then upload yourself