currently i am trying to develop an App, that checks for updates on other apps and notifys, if there are any.
This is done with the new Bangle.js Gadgetbride version and internet access.
Later i would like to automate that with the schedular lib.
I have the thing up and running, and everything works fine, if i upload it directly from the IDE into the RAM.
But when i install the app from the App loader, i dont get the Event, that GB sends to me.
I think it has something to do with how functions are stored, triggered, and so on. I just don't fully understand how it works.
Also when i trigger the download from the app, the first download works. But when i trigger the same function from the Settings app, it doesn't. Think that has also something todo with that.
Would be thankfull for an explanation of how the functions are stored in memory/ram, so on.
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.
Hey together,
currently i am trying to develop an App, that checks for updates on other apps and notifys, if there are any.
This is done with the new Bangle.js Gadgetbride version and internet access.
Later i would like to automate that with the schedular lib.
I have the thing up and running, and everything works fine, if i upload it directly from the IDE into the RAM.
But when i install the app from the App loader, i dont get the Event, that GB sends to me.
I think it has something to do with how functions are stored, triggered, and so on. I just don't fully understand how it works.
Also when i trigger the download from the app, the first download works. But when i trigger the same function from the Settings app, it doesn't. Think that has also something todo with that.
Would be thankfull for an explanation of how the functions are stored in memory/ram, so on.
If you want to check my code: https://github.com/xxpasixx/BangleApps/tree/master/apps/updateNotifier
And here is the App: https://xxpasixx.github.io/BangleApps/?q=update%20notefier
Thanks for your help.