Skip to content

Commit

Permalink
Merge pull request #1117 from OpenBCI/brainflow-561
Browse files Browse the repository at this point in the history
Update BrainFlow to 5.6.1
  • Loading branch information
retiutut authored Feb 3, 2023
2 parents 420332d + c2c35b5 commit fcbbd91
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
- Fix LSL AvgBandPower data type only one value is sent #1098

### Improvements
- Update to BrainFlow 5.5.0
- Add feature to connect to Ganglion using Native Bluetooth [#1080](https://github.com/OpenBCI/OpenBCI_GUI/issues/1080)
- Update to BrainFlow 5.6.1
- Add feature to connect to Ganglion using Native Bluetooth #1080


# v5.1.0
Expand Down
4 changes: 2 additions & 2 deletions OpenBCI_GUI/OpenBCI_GUI.pde
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ import http.requests.*;
// Global Variables & Instances
//------------------------------------------------------------------------
//Used to check GUI version in TopNav.pde and displayed on the splash screen on startup
String localGUIVersionString = "v5.1.1-alpha.1";
String localGUIVersionDate = "January 2023";
String localGUIVersionString = "v5.1.1-alpha.2";
String localGUIVersionDate = "February 2023";
String guiLatestVersionGithubAPI = "https://api.github.com/repos/OpenBCI/OpenBCI_GUI/releases/latest";
String guiLatestReleaseLocation = "https://github.com/OpenBCI/OpenBCI_GUI/releases/latest";
Boolean guiIsUpToDate;
Expand Down
Binary file modified OpenBCI_GUI/libraries/brainflow/library/brainflow.jar
Binary file not shown.

0 comments on commit fcbbd91

Please sign in to comment.