Skip to content

Commit 94eb19e

Browse files
committed
Update ShimmerDevice.java
1 parent 66e9e79 commit 94eb19e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

ShimmerDriver/src/main/java/com/shimmerresearch/driver/ShimmerDevice.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2107,9 +2107,11 @@ public boolean isSupportedSdLogSync() {
21072107
}
21082108

21092109
public boolean isHWAndFWSupportedBtBleControl() {
2110-
if(getFirmwareIdentifier()==ShimmerVerDetails.FW_ID.LOGANDSTREAM
2110+
if((getFirmwareIdentifier()==ShimmerVerDetails.FW_ID.LOGANDSTREAM
21112111
&& mShimmerVerObject.compareVersions(HW_ID.SHIMMER_3, FW_ID.LOGANDSTREAM, 1, 0, 4)
2112-
&& isShimmerGen3()){
2112+
&& isShimmerGen3()
2113+
|| (isShimmerGen3R() && getFirmwareIdentifier()==ShimmerVerDetails.FW_ID.LOGANDSTREAM
2114+
&& mShimmerVerObject.compareVersions(HW_ID.SHIMMER_3R, FW_ID.LOGANDSTREAM, 1, 0, 39) ))){
21132115
return true;
21142116
}
21152117
return false;

0 commit comments

Comments
 (0)