From 28e64b49a181538f369044cf55c2e5995e10f62e Mon Sep 17 00:00:00 2001 From: Jonas Zeunert Date: Thu, 22 Aug 2024 20:21:17 +0200 Subject: [PATCH] Update Log Size value --- code/src/main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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'