We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecb4198 commit 0030e7fCopy full SHA for 0030e7f
1 file changed
OpenBCI_GUI/ControlPanel.pde
@@ -492,6 +492,7 @@ class SerialBox {
492
493
private void createAutoConnectButton(String name, String text, int _x, int _y, int _w, int _h) {
494
autoConnectButton = createSBButton(name, text, _x, _y, _w, _h);
495
+ autoConnectButton.setColorBackground(TURN_ON_GREEN);
496
autoConnectButton.onRelease(new CallbackListener() {
497
public void controlEvent(CallbackEvent theEvent) {
498
controlPanel.comPortBox.attemptAutoConnectCyton();
0 commit comments