Skip to content

Commit

Permalink
Merge pull request #3 from aj-ptw/master
Browse files Browse the repository at this point in the history
FIX: stopByte for daisy sample
  • Loading branch information
AJ Keller committed Oct 16, 2017
2 parents 93aaf73 + 9a26ae5 commit 575f957
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.0.6

### Bug Fixes

* Daisy samples now get stop bytes with utilities bump to v0.2.7

# 1.0.4/5

### New Features
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openbci-cyton",
"version": "1.0.5",
"version": "1.0.6",
"description": "The official Node.js SDK for the OpenBCI Cyton with Dongle.",
"main": "openBCICyton.js",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"buffer-equal": "^1.0.0",
"lodash": "^4.17.4",
"mathjs": "^3.14.2",
"openbci-utilities": "^0.2.2",
"openbci-utilities": "^0.2.7",
"safe-buffer": "^5.1.1",
"serialport": "4.0.7",
"sntp": "^2.0.2"
Expand Down

0 comments on commit 575f957

Please sign in to comment.