Skip to content

Commit

Permalink
Update software revision to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
philippitts committed Oct 26, 2023
1 parent 76cc3c1 commit 917c0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenBCI_Ganglion_Library.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ void OpenBCI_Ganglion::makeUniqueId() {
SimbleeBLE.manufacturerName = "openbci.com";
SimbleeBLE.modelNumber = "Ganglion";
SimbleeBLE.hardwareRevision = "1.0.1";
SimbleeBLE.softwareRevision = "3.0.1";
SimbleeBLE.softwareRevision = "3.0.2";
}

void OpenBCI_Ganglion::blinkLED() {
Expand Down

0 comments on commit 917c0c7

Please sign in to comment.