Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -756,6 +756,10 @@ public ObjectCluster buildMsg(byte[] newPacket, COMMUNICATION_TYPE fwType, boole
else {
if (!isRtcDifferenceSet()){
//sd log time stamp already included in mnChannels
if(isEXGUsingDefaultECGConfiguration() || isEXGUsingDefaultRespirationConfiguration()){
//HACK for CON-644 -> Do not merge to Dev/Master
numAdditionalChannels += 1;
}
}
else {
//for RTC
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ public boolean isSensitivityWithinRangeOfDefault(){
}
}
}

isValid = true; //HACK for CON-645 -> Do not merge to Dev/Master
return isValid;
}

Expand Down