Frederic Lemay

Results 37 comments of Frederic Lemay

It also works on my iphone with `lightblue`. I don't call `SetIndicateValue` in my code. I might have to push my latest modification of `flemay/gatt` so you can play with...

Thank you so much for investigating! :)

I will try the fix tonight and let you know! I don't know about Mavericks as I am working with yosemite/el-capitain :)

Hi @aarongorka ! In the short term, I don't plan to do this. You could potentially cache the image or build and publish it somewhere where you have have less...

Hi @andyt10 ! Thanks for creating a new issue. I did think about it before and I am not sure what is the best solution. We can start with string...

What I meant is that `values` list can be written using regex :) ```go package main import ( "fmt" "log" "regexp" ) func main() { r, err := regexp.Compile("(^dev$)|(^qa$)|(^preprod$)|(^prod$)") if...