Update Log Size value

This commit is contained in:
Jonas Zeunert
2024-08-22 20:21:17 +02:00
parent 1206f3490b
commit 28e64b49a1

View File

@@ -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'