Update main.js
Fixed probably a typo. 500 -> 2000 for storage.
This commit is contained in:
		
					parent
					
						
							
								035266b68b
							
						
					
				
			
			
				commit
				
					
						3c4ca1101a
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -24,7 +24,7 @@
 | 
				
			||||||
            'id': 'storageValue',
 | 
					            'id': 'storageValue',
 | 
				
			||||||
            'value': 10,
 | 
					            'value': 10,
 | 
				
			||||||
            'min': 10,
 | 
					            'min': 10,
 | 
				
			||||||
            'max': 500,
 | 
					            'max': 2000,
 | 
				
			||||||
            'interval': 10
 | 
					            'interval': 10
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue