-
Regarding the Gadgetbridge side of it:
Open a new pull request on the official GB repository for pulling from your fork.Regarding the Banglejs side of it:
Fork the BangleApps repository, if you haven't already.
Add the code you need to the Android Integration app, but on your fork (primarily to boot.js, but maybe you want to add something to app.js or settings.js as well).
Add a pull request on the official BangleApps repository for pulling from your fork.
Hi, i would have an implementation that sends the gps data from the smathphone to the banglejs device. There it will be emitted with the "gps" event.
Can i add the code to the officle Gadegtbridge and the android app for the banglejs? And if so what is the procedure for that?