BB8-Commander
BB8-Commander copied to clipboard
Disconnect command does not seem to properly stop BB8
I think that the stopOnDisconnect()
function mentioned in the docs might accomplish this?
I ran into this when I ran the command, but the lights didn't turn off or anything. Not sure if this is expected behavior, but it's @ the very least not consistent with what the iOS seems to do.
@mintuz
Hello, when you run the disconnect command are you quitting the other action you are running. No other action should be running when disconnecting but if that's a usecase then the stopOnDisconnect may help.
Anyways I'll take a look for you.
On 9 Mar 2016, at 05:57, Kevin Ran [email protected] wrote:
I think that the stopOnDisconnect() function mentioned in the docs might accomplish this?
I ran into this when I ran the command, but the lights didn't turn off or anything. Not sure if this is expected behavior, but it's @ the very least not consistent with what the iOS seems to do.
— Reply to this email directly or view it on GitHub.
@mintuz thank you!
I'm ctrl+c
'ing the other action (such as disco
or desk-mate
) before running the disconnect
command.