File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77- Fix error starting BrainFlow Streaming Board from external process #1102
88- Fix Hardware Settings button not clickable after resizing app #1132
99- Fix bug loading Session Settings related to Widget Layouts #1138
10+ - Fix bug caused by NullPointerException with ControlP5 Window on App Start #1150
1011
1112### Improvements
1213
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ import java.util.concurrent.atomic.AtomicBoolean;
6262// Global Variables & Instances
6363// ------------------------------------------------------------------------
6464// Used to check GUI version in TopNav.pde and displayed on the splash screen on startup
65- String localGUIVersionString = " v5.2.0-alpha.1 " ;
65+ String localGUIVersionString = " v5.2.0" ;
6666String localGUIVersionDate = " June 2023" ;
6767String guiLatestVersionGithubAPI = " https://api.github.com/repos/OpenBCI/OpenBCI_GUI/releases/latest" ;
6868String guiLatestReleaseLocation = " https://github.com/OpenBCI/OpenBCI_GUI/releases/latest" ;
You can’t perform that action at this time.
0 commit comments