Skip to content

Commit

Permalink
Merge pull request #342 from aj-ptw/development
Browse files Browse the repository at this point in the history
FIXES: #338
  • Loading branch information
AJ Keller authored Jun 20, 2018
2 parents 1612925 + 92eb94e commit 96306b6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v3.3.2

Use OpenBCIHub v1.4.4 please.

### Bug Fixes

* Fixed bug where ganglion accel did not work

# v3.3.1

Use OpenBCIHub v1.4.2 please.
Expand Down
2 changes: 1 addition & 1 deletion OpenBCI_GUI/OpenBCI_GUI.pde
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@ void introAnimation() {
textLeading(24);
fill(31, 69, 110, transparency);
textAlign(CENTER, CENTER);
text("OpenBCI GUI v3.3.1\nMay 2018", width/2, height/2 + width/9);
text("OpenBCI GUI v3.3.2\nJune 2018", width/2, height/2 + width/9);
}

//exit intro animation at t2
Expand Down

0 comments on commit 96306b6

Please sign in to comment.