Skip to content

Commit 446d51a

Browse files
philippittsretiutut
authored andcommitted
Fix Cyton impedance check board configuration
1 parent 47766db commit 446d51a

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
@@ -379,8 +379,8 @@ implements ImpedanceSettingsBoard, AccelerometerCapableBoard, AnalogCapableBoard
379379

380380
currentADS1299Settings.values.gain[channel] = Gain.X1;
381381
currentADS1299Settings.values.inputType[channel] = InputType.NORMAL;
382-
currentADS1299Settings.values.bias[channel] = Bias.INCLUDE;
383-
currentADS1299Settings.values.srb2[channel] = Srb2.DISCONNECT;
382+
currentADS1299Settings.values.bias[channel] = Bias.NO_INCLUDE;
383+
currentADS1299Settings.values.srb2[channel] = Srb2.CONNECT;
384384
currentADS1299Settings.values.srb1[channel] = Srb1.DISCONNECT;
385385

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

0 commit comments

Comments
 (0)