Update Log Size value
This commit is contained in:
@@ -10,8 +10,7 @@ import os
|
||||
DHT_PIN = 26
|
||||
RELAY_PIN = 4
|
||||
UPDATE_INTERVAL_S = 60
|
||||
#MAX_LOG_SIZE = 1.5 * 1024 * 1024 # MegaByte
|
||||
MAX_LOG_SIZE = 200
|
||||
MAX_LOG_SIZE = 3 * 1024 * 1024 # MegaByte
|
||||
|
||||
name = "Test Sensor"
|
||||
humidity_limit_path = 'humidity_limit'
|
||||
|
||||
Reference in New Issue
Block a user