Add hysteresis to vacuum thresholds and also fix the web-fronted layout #7
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -14,9 +14,9 @@ var (
 | 
			
		|||
	flagFake                             bool
 | 
			
		||||
	flagListenHTTP                       string
 | 
			
		||||
	flagPressureThresholdRough           = ScientificNotationValue(1e-1)
 | 
			
		||||
	flagPressureThresholdRoughHysteresis = ScientificNotationValue(5e-2)
 | 
			
		||||
	flagPressureThresholdRoughHysteresis = ScientificNotationValue(2e-2)
 | 
			
		||||
	flagPressureThresholdHigh            = ScientificNotationValue(1e-4)
 | 
			
		||||
	flagPressureThresholdHighHysteresis  = ScientificNotationValue(5e-5)
 | 
			
		||||
	flagPressureThresholdHighHysteresis  = ScientificNotationValue(2e-5)
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
func main() {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue