@@ -31,7 +31,7 @@ function PsrControl(props) {
try {
if (type == 3) {
setting = {
- customToleranceFn: res => Math.abs(res - value) < 1
+ customToleranceFn: res => Math.abs(res - value) < 0.001
};
} else {