summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2020-01-07 09:44:40 +0100
committerDaniel Friesel <daniel.friesel@uos.de>2020-01-07 09:44:40 +0100
commitf3cc28296c7cf60b904357dfb97571a67b1f6b98 (patch)
tree17e7e0cd37a78d15b0fbfbc4774b28a0908222ef
parent0f422f5332f8868aee277cc621e2f1633506b1c3 (diff)
comment
-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;