You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -19,6 +19,9 @@ class BoardGanglionNative extends BoardGanglion {
19
19
else {
20
20
this.firmwareVersion =2;
21
21
output("Detected Ganglion firmware version 2");
22
+
if (showUpgradePopup) {
23
+
PopupMessage msg =newPopupMessage("Warning", "Ganglion firmware version 2 detected. Please update to version 3 for better performance. \n\nhttps://docs.openbci.com/Ganglion/GanglionProgram");
24
+
}
22
25
}
23
26
}
24
27
@@ -68,7 +71,7 @@ class BoardGanglionBLE extends BoardGanglion {
@@ -79,6 +82,9 @@ class BoardGanglionBLE extends BoardGanglion {
79
82
}
80
83
else {
81
84
this.firmwareVersion =2;
85
+
if (showUpgradePopup) {
86
+
PopupMessage msg =newPopupMessage("Warning", "Ganglion firmware version 2 detected. Please update to version 3 for better performance. \n\nhttps://docs.openbci.com/Ganglion/GanglionProgram");
0 commit comments