Most recent activity
-
-
Hi @Gordon. I saw your new GPS Time Server app. What's your usecase for that?
I was thinking about doing something the other way around: EspruinoHub implements the Time Service, and BangleJS has an app or boot code that receives the current time, if the time hasn't been set. But, like you said, the documentation is too difficult, so I gave up.
Do you think that's a good idea? It would save me from having to go outside to get the current time from GPS (not that the battery ever runs out since 2v07).
-
-
I think these are all the places where
clearInterval()
is called. Presumably they break all boot code or widgets that use an interval?https://github.com/espruino/BangleApps/blob/f17ddbc652385870a4975fc05a9f74ac3cbd921c/apps/largeclock/largeclock.js#L201
https://github.com/espruino/BangleApps/blob/2bbecfc7f3b22dfecd3dd304d1ba028cf445e519/apps/alarm/alarm.js#L3
https://github.com/espruino/BangleApps/blob/a8953f40ea88f5b71dddb885c2495c96c57282cd/apps/trex/trex.js#L160
https://github.com/espruino/BangleApps/blob/81b5d5e8e2717c9649ee71e1604bd01c6433a30a/apps/pong/app.js#L401 -
-
-
I suppose this would work in a similar way to the HTTP Proxy. You could enable one or the other, but not both.
Would advertising affect any of the other functionality? Is it still able to scan for advertised data from other devices while it is advertising it's own?