Update main.js

Fixed probably a typo. 500 -> 2000 for storage.
This commit is contained in:
Pcoder 2017-07-28 01:02:45 +05:30 committed by GitHub
parent 035266b68b
commit 3c4ca1101a

View file

@ -24,7 +24,7 @@
'id': 'storageValue', 'id': 'storageValue',
'value': 10, 'value': 10,
'min': 10, 'min': 10,
'max': 500, 'max': 2000,
'interval': 10 'interval': 10
} }
} }