Increase the default bit-error-threshold to 0.4, because that's the value I

almost always end up using.
This commit is contained in:
David Given
2019-12-14 21:33:39 +01:00
parent 5c9639ec5a
commit 4475e9f085

View File

@@ -18,7 +18,7 @@ DoubleFlag pulseDebounceThreshold(
static DoubleFlag clockDecodeThreshold(
{ "--bit-error-threshold" },
"Amount of error to tolerate in pulse timing, in fractions of a clock.",
0.20);
0.40);
static DoubleFlag clockIntervalBias(
{ "--clock-interval-bias" },