Skip to content

Commit 06e09af

Browse files
authored
Merge pull request OpenBCI#1211 from OpenBCI/1204-cyton-impedance-checks-incorrect-at-low-resistances
Fix Cyton impedance check board configuration
2 parents 47766db + b3918c8 commit 06e09af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)