-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot disable a channel #39
Labels
Comments
Working on testing this bug |
andrewjaykeller
pushed a commit
to andrewjaykeller/OpenBCI_NodeJS_Ganglion
that referenced
this issue
Jan 22, 2018
What firmware are you using on the Ganglion? I'm having trouble duplicating. |
andrewjaykeller
pushed a commit
to andrewjaykeller/OpenBCI_NodeJS_Ganglion
that referenced
this issue
Jan 22, 2018
Sorry for the delay. How is the best way to find that information? I don't see it in the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to disable a channel, but adding a call to
channelOff
causes no samples to show up.Here's the code that I'm testing with:
Here's the output on stdout:
There are no calls to the
sample
event handler. If I comment out theganglion.channelOff(4);
line, it behaves normally.I'm using a MacBook Pro (mid-2015) running Mac OS X 10.13.2.
The text was updated successfully, but these errors were encountered: