Skip to content

Commit ead2830

Browse files
committed
update shimmer3 HW check
1 parent 6b2460e commit ead2830

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2106,9 +2106,10 @@ public boolean isSupportedSdLogSync() {
21062106
return false;
21072107
}
21082108

2109-
public boolean isFWSupportedBtBleControl() {
2109+
public boolean isHWAndFWSupportedBtBleControl() {
21102110
if(getFirmwareIdentifier()==ShimmerVerDetails.FW_ID.LOGANDSTREAM
2111-
&& mShimmerVerObject.compareVersions(HW_ID.SHIMMER_3, FW_ID.LOGANDSTREAM, 1, 0, 4)){
2111+
&& mShimmerVerObject.compareVersions(HW_ID.SHIMMER_3, FW_ID.LOGANDSTREAM, 1, 0, 4)
2112+
&& isShimmerGen3()){
21122113
return true;
21132114
}
21142115
return false;

0 commit comments

Comments
 (0)