thigger

Results 6 comments of thigger

Hehe, sorry - ignore my comment in #206 - great minds think alike!

Seems to be the case already unfortunately. Looking at the tapiriik source there don't appear to have been any major changes there; perhaps it genuinely is a server error!

Solved it (sort of) - **script_url** is ending up as: https://sso.garmin.com/sso/socialSignIn? I've manually changed it to what GC seems to be using: `script_url = "http://sso.garmin.com/sso/signin"` and it's working. I don't...

Forgot to note back - the correct URL doesn't appear in the retrieved page so there's no ability to regex for it. Hardcoding it doesn't seem to be a problem...

Having the same issue here - card-templater is the best way to allow the severity levels to be templated, but the needle jumping back to zero each time is very...

Below code works on my Sparkfun pro micro (equivalent to an Arduino Leonardo, uses the 32u4) ``` //Default case is Arduino Mega328 which uses the TIMER2 ***TL changed to 32u4...