We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ec0461 + 0147413 commit c11d3a6Copy full SHA for c11d3a6
openBCICyton.js
@@ -2073,7 +2073,7 @@ Cyton.prototype._finalizeNewSample = function (sampleObject) {
2073
} else {
2074
// With the daisy board attached, lower channels (1-8) come in packets with odd sample numbers and upper
2075
// channels (9-16) come in packets with even sample numbers
2076
- if (this.getBoardType === k.OBCIBoardDaisy) {
+ if (this.getBoardType() === k.OBCIBoardDaisy) {
2077
// Send the sample for downstream sample compaction
2078
this._finalizeNewSampleForDaisy(sampleObject);
2079
0 commit comments