how will adapting apps work then? Is the watch using the same app loader?
Yes, I'm still sorting out the specifics (I'm open to ideas for how to do this in a nice way!). But we're using the same app loader, and right now apps that I know either work or don't work are tagged b2 or bno2 so for instance https://banglejs.com/apps/#b2 will show you apps that work on Bangle.js 2.
I'm considering adding a prompt at boot (like https://espruino.com/apps), but when you first connect the app loader will adjust the filter options automatically so you only see apps that will definitely work.
I'm also working on some libraries which should make it easier to target both devices with one app, and I'll be going through the more popular existing apps converting them to use that as well.
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, I'm still sorting out the specifics (I'm open to ideas for how to do this in a nice way!). But we're using the same app loader, and right now apps that I know either work or don't work are tagged
b2
orbno2
so for instancehttps://banglejs.com/apps/#b2
will show you apps that work on Bangle.js 2.I'm considering adding a prompt at boot (like https://espruino.com/apps), but when you first connect the app loader will adjust the filter options automatically so you only see apps that will definitely work.
I'm also working on some libraries which should make it easier to target both devices with one app, and I'll be going through the more popular existing apps converting them to use that as well.