Skip to content

Commit fc59720

Browse files
authored
Merge pull request #1242 from OpenBCI/1072-cyton-analog-read-values
Update analog read value range
2 parents 93f39be + 085084f commit fc59720

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OpenBCI_GUI/W_AnalogRead.pde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ class AnalogReadBar{
431431
return;
432432
}
433433

434-
plot.setYLim(-_vertScaleValue, _vertScaleValue);
434+
plot.setYLim(-10, _vertScaleValue);
435435
}
436436

437437
void screenResized(int _x, int _y, int _w, int _h) {

0 commit comments

Comments
 (0)