From b82faeb38d8a7067b200117c4c0191d679714883 Mon Sep 17 00:00:00 2001 From: Marcus Date: Tue, 30 Apr 2024 22:45:42 +0200 Subject: [PATCH] firmware wip - comment stuff --- Arduino/CanGrow/CanGrow.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/Arduino/CanGrow/CanGrow.ino b/Arduino/CanGrow/CanGrow.ino index 5b10a60..cb88d59 100644 --- a/Arduino/CanGrow/CanGrow.ino +++ b/Arduino/CanGrow/CanGrow.ino @@ -2142,6 +2142,7 @@ void APIgetSensors() { * - prevent GrowStart to be in the future * - Display values on OLED screen, iterate through different vies * - maybe let the user configure some screens to display. + * - collect sensor data within 1 sec millis() case, dont collect them when e.g. a page is called * */