succd: Update rough vacuum hysteresis once more
All checks were successful
/ test (push) Successful in 9s
All checks were successful
/ test (push) Successful in 9s
We see fluctuation slightly above 4e-2 mbar so let's increase the hysteresis value a bit more.
This commit is contained in:
parent
7a3784d3de
commit
995addbabc
|
@ -14,7 +14,7 @@ var (
|
|||
flagFake bool
|
||||
flagListenHTTP string
|
||||
flagPressureThresholdRough = ScientificNotationValue(1e-1)
|
||||
flagPressureThresholdRoughHysteresis = ScientificNotationValue(2e-2)
|
||||
flagPressureThresholdRoughHysteresis = ScientificNotationValue(3e-2)
|
||||
flagPressureThresholdHigh = ScientificNotationValue(1e-4)
|
||||
flagPressureThresholdHighHysteresis = ScientificNotationValue(2e-5)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue