Skip to content

Commit 4ecd2fa

Browse files
committed
NEUR-639 gsr calibration improvement
1 parent a16a545 commit 4ecd2fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ShimmerDriver/src/main/java/com/shimmerresearch/sensors/SensorGSR.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class SensorGSR extends AbstractSensor {
3939
public int mGSRRange = 4; // 4 = Auto
4040

4141
public static final double[] SHIMMER3_GSR_REF_RESISTORS_KOHMS = new double[] {
42-
40.0, //Range 0
42+
40.2, //Range 0
4343
287.0, //Range 1
4444
1000.0, //Range 2
4545
3300.0}; //Range 3

0 commit comments

Comments
 (0)