From 81c39bea6520c9524192ed6ada30994b1ee3a104 Mon Sep 17 00:00:00 2001 From: Marcus Date: Tue, 30 Apr 2024 22:29:40 +0200 Subject: [PATCH] firmware wip - comment stuff --- Arduino/CanGrow/CanGrow.ino | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Arduino/CanGrow/CanGrow.ino b/Arduino/CanGrow/CanGrow.ino index 0d0807f..5b10a60 100644 --- a/Arduino/CanGrow/CanGrow.ino +++ b/Arduino/CanGrow/CanGrow.ino @@ -2136,10 +2136,12 @@ void APIgetSensors() { * * * - when PWM for fan is set, set fan speed to regulate humidity and - * temperature + * temperature, depending on which phase of grow the plant is + * (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. * */