Skip to content

Commit b3918c8

Browse files
committed
Fix Cyton impedance check board configuration
1 parent d8543aa commit b3918c8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

OpenBCI_GUI/BoardCyton.pde

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,8 +450,8 @@ implements ImpedanceSettingsBoard, AccelerometerCapableBoard, AnalogCapableBoard
450450

451451
currentADS1299Settings.values.gain[channel] = Gain.X1;
452452
currentADS1299Settings.values.inputType[channel] = InputType.NORMAL;
453-
currentADS1299Settings.values.bias[channel] = Bias.INCLUDE;
454-
currentADS1299Settings.values.srb2[channel] = Srb2.DISCONNECT;
453+
currentADS1299Settings.values.bias[channel] = Bias.NO_INCLUDE;
454+
currentADS1299Settings.values.srb2[channel] = Srb2.CONNECT;
455455
currentADS1299Settings.values.srb1[channel] = Srb1.DISCONNECT;
456456

457457
fullCommand.append(currentADS1299Settings.getValuesString(channel, currentADS1299Settings.values));

0 commit comments

Comments
 (0)