From f3cc28296c7cf60b904357dfb97571a67b1f6b98 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 7 Jan 2020 09:44:40 +0100 Subject: comment --- src/app/luxlog/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3