Update BleFingerprint.cpp
This commit is contained in:
parent
a02634ae5a
commit
cfd68fac7e
|
@ -180,8 +180,8 @@ bool BleFingerprint::report(JsonDocument *doc, int maxDistance)
|
||||||
if (!hasValue)
|
if (!hasValue)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
// if (maxDistance > 0 && output.value.position > maxDistance)
|
if (maxDistance > 0 && output.value.position > maxDistance)
|
||||||
// return false;
|
return false;
|
||||||
|
|
||||||
if (reported)
|
if (reported)
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue