2 parents 7c1c0a7 + 5b30f9c commit d9c60feCopy full SHA for d9c60fe
1 file changed
ShimmerDriver/src/main/java/com/shimmerresearch/driver/ShimmerDevice.java
@@ -1402,6 +1402,9 @@ else if(mDockID.contains(HwDriverShimmerDeviceDetails.DEVICE_TYPE.BASE15.getLabe
1402
else if(mDockID.contains(HwDriverShimmerDeviceDetails.DEVICE_TYPE.BASE6.getLabel())){
1403
mDockType = DEVICE_TYPE.BASE6;
1404
}
1405
+ else if(mDockID.contains(HwDriverShimmerDeviceDetails.DEVICE_TYPE.SHIMMER3R.getLabel())){
1406
+ mDockType = DEVICE_TYPE.SHIMMER3R;
1407
+ }
1408
else {
1409
mDockType = DEVICE_TYPE.UNKOWN;
1410
0 commit comments