app4g
app4g
Im trying it on big sur and can't see the sensor from other devices as well. I just installed `npm install bleno@npm:@abandonware/bleno` and now it works.
I'm on 14.5 and it's working. How is it crashing?
@AnshulIronNetwork I can't help on the upload but https://stackoverflow.com/a/65092728/14414215 this is how I managed to get redirectUri to work. could you share how you created the activity? I am having...
@frogg Thank for your repo link. I read thru the original repo and truth be told, I'm a bit stumped as to how to integrate it into my project. In...
@frogg I'll read up on the DispatchQueue. I'm still wrapping my head around the auhenticationController and where to put it. In codes I've seen, looks like simplest would be to...
This is how I'm using the refreshAccessToken ``` StravaClient.sharedInstance.refreshAccessToken(sRefreshToken) { result in switch result { case .success(let token): let accessToken = token.accessToken let refreshToken = token.refreshToken case .failure(let error): debugPrint(error)...
> best way to implement this is with a g-h filter. could actually be done quite quickly I think. > See: https://en.wikipedia.org/wiki/Alpha_beta_filter from a layman perspective, this seems to be...
Thank you for your comment. I am reading more about the g-h filter. From this site - https://www.kalmanfilter.net/alphabeta.html on the gold example, it looks like what it's doing is progressively...