diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2020-01-07 09:44:40 +0100 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2020-01-07 09:44:40 +0100 |
commit | f3cc28296c7cf60b904357dfb97571a67b1f6b98 (patch) | |
tree | 17e7e0cd37a78d15b0fbfbc4774b28a0908222ef /src/app | |
parent | 0f422f5332f8868aee277cc621e2f1633506b1c3 (diff) |
comment
Diffstat (limited to 'src/app')
-rw-r--r-- | src/app/luxlog/main.cc | 2 |
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; |