Ron Evans
Ron Evans
Perhaps you want to play with different values for the `timeout` value for sending commands. For example: ``` var bb8 = new Sphero("F3:F2:6D:55:71:09", { timeout: 300 }); ``` Hope that...
From now on, I am going to use "HTH" for "Hope that helps!" to save on bytes. :P
Hi, @reidakdumont did changing the timeout value help you? Please let us know.
Thanks @jamuus I think it just needs the change I mentioned here https://github.com/orbotix/sphero.js/pull/57#discussion_r52104117
Hi, @GuillaumeRahbari can you please look at your failing test? https://travis-ci.org/orbotix/sphero.js/jobs/102923952#L1248 Thank you!
Hi, @GuillaumeRahbari did you ever have a chance to look into the failing test on this PR?
How about `robot`?
I'll check it out, thank you @vincent-leonardo
Hi, @codeNgamer not sure why you are calling the Noble code directly, you do not need to do any of that when using sphero.js, it does it for you. In...
Since sphero.js is also scanning using Noble, having your own code that scans cannot work well at the present time. Once solution I have been working on, is being able...