Skip to content

Commit a47c073

Browse files
authored
Merge pull request #78 from OpenBCI/development
v2.0.5 Development -> Master
2 parents f6035df + 34996e0 commit a47c073

File tree

5 files changed

+8
-2
lines changed

5 files changed

+8
-2
lines changed

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "openbci-electron-hub",
33
"productName": "OpenBCIHub",
44
"description": "OpenBCIHub",
5-
"version": "2.0.4",
5+
"version": "2.0.5",
66
"author": "AJ Keller <hello@pushtheworld.us>",
77
"copyright": "© 2018, OpenBCI inc.",
88
"homepage": "http://openbci.com",

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v2.0.5
2+
3+
### Bug Fixes
4+
5+
- Cyton impedance check functionality
6+
17
# v2.0.4
28

39
### New Features

resources/icons/icon.png

14.6 KB
Loading

resources/icons/icon@2x.png

14.5 KB
Loading

src/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1456,7 +1456,7 @@ const processExamine = (msg, client) => {
14561456
* @private
14571457
*/
14581458
const _processImpedanceCyton = (msg, client) => {
1459-
switch (message.action) {
1459+
switch (msg.action) {
14601460
case kTcpActionSet:
14611461
try {
14621462
let funcer = null;

0 commit comments

Comments
 (0)