summaryrefslogtreecommitdiff
path: root/src/app/luxlog/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/luxlog/main.cc')
-rw-r--r--src/app/luxlog/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/luxlog/main.cc b/src/app/luxlog/main.cc
index 1dacb0a..318ac5e 100644
--- a/src/app/luxlog/main.cc
+++ b/src/app/luxlog/main.cc
@@ -10,7 +10,7 @@
#include "driver/max44009.h"
// Alle 10 Minuten ein Messwert -> 144 Werte pro Tag -> 28,4 Tage für 4096 Werte
-// Alle 4 Minuten ein Messwert -> 144 Werte pro Tag -> 11,37 Tage für 4096 Werte
+// Alle 4 Minuten ein Messwert -> 360 Werte pro Tag -> 11,37 Tage für 4096 Werte
__attribute__ ((section(".text"))) uint32_t log[4096];
uint16_t log_offset = 0;