jf binary in, jf: removed check to allow chipv1.0 also to set comp disable time (#1118)

This commit is contained in:
2025-02-24 09:39:19 +01:00
committed by GitHub
parent aad1ab0cf4
commit 4b3ed22f76
4 changed files with 1 additions and 4 deletions

View File

@ -1974,9 +1974,6 @@ int autoCompDisable(int on) {
}
int setComparatorDisableTime(int64_t val) {
if (getChipVersion() != 11) {
return FAIL;
}
if (val < 0) {
LOG(logERROR,
("Invalid comp disable time: %lld ns\n", (long long int)val));