Skip to content

Commit

Permalink
ADD: power down channel line - openbci-archive#39
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ Keller committed Jan 22, 2018
1 parent c7d3df8 commit 5e5dedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/channelPowerDown/channelPowerDown.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ganglion.once(k.OBCIEmitterGanglionFound, (peripheral) => {


ganglion.once('ready', () => {
// ganglion.channelOff(4).catch(errorFunc);
ganglion.channelOff(4).catch(errorFunc);
ganglion.streamStart().catch(errorFunc);
console.log('ready');
});
Expand Down

0 comments on commit 5e5dedd

Please sign in to comment.