diff --git a/ShimmerBLE/ShimmerBLEAPI/Sensors/SensorGSR.cs b/ShimmerBLE/ShimmerBLEAPI/Sensors/SensorGSR.cs index 074af96d..4fadaa8a 100644 --- a/ShimmerBLE/ShimmerBLEAPI/Sensors/SensorGSR.cs +++ b/ShimmerBLE/ShimmerBLEAPI/Sensors/SensorGSR.cs @@ -267,8 +267,8 @@ public void SetGSREnabled(bool enabled) GSREnabled = enabled; if (enabled) { - SetOversamplingRate(ADCOversamplingRate.ADC_Oversampling_64x); BattEnabled = false; + SetOversamplingRate(ADCOversamplingRate.ADC_Oversampling_64x); } else {