From 762a0a52321b1fbbae0103365d09ad2a7c5138aa Mon Sep 17 00:00:00 2001 From: Marcus Date: Fri, 10 May 2024 23:56:26 +0200 Subject: [PATCH] firmware wip - remove some notes from comments --- Arduino/CanGrow/CanGrow.ino | 2 -- 1 file changed, 2 deletions(-) diff --git a/Arduino/CanGrow/CanGrow.ino b/Arduino/CanGrow/CanGrow.ino index 9596f50..12bc260 100644 --- a/Arduino/CanGrow/CanGrow.ino +++ b/Arduino/CanGrow/CanGrow.ino @@ -238,9 +238,7 @@ void loop() { * (https://www.royalqueenseeds.de/blog-cannabisanbau-im-grow-room-relative-luftfeuchtigkeit-und-temperaturen-n243) * - re-organize EEPROM saved values. * - 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 * */