diff --git a/code/src/main.py b/code/src/main.py index 970fc01..525c2b0 100644 --- a/code/src/main.py +++ b/code/src/main.py @@ -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'