Skip to content

Commit 4e11cb9

Browse files
author
AJ Keller
authored
Merge pull request #13 from aj-ptw/master
FIX: sendCounts was true in example
2 parents e8f07dc + 1bfb47f commit 4e11cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/getStreaming/getStreaming.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let Wifi = require('../../openBCIWifi');
1717
let wifi = new Wifi({
1818
debug: debug,
1919
verbose: verbose,
20-
sendCounts: true,
20+
sendCounts: false,
2121
latency: 10000
2222
});
2323

0 commit comments

Comments
 (0)