From 1b1c0ce3911837cb15a22c7a931bcc41d81671c9 Mon Sep 17 00:00:00 2001 From: Marcus Date: Sun, 16 Jun 2024 03:20:49 +0200 Subject: [PATCH] notes --- Arduino/CanGrow/CanGrow.ino | 8 ++++++++ Arduino/CanGrow/CanGrow_Version.h | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Arduino/CanGrow/CanGrow.ino b/Arduino/CanGrow/CanGrow.ino index e5fc9e7..c6ecf8a 100644 --- a/Arduino/CanGrow/CanGrow.ino +++ b/Arduino/CanGrow/CanGrow.ino @@ -285,6 +285,14 @@ void loop() { */ +/* + * Fan control + * + * Vars: + * - FanVent (byte) Fan1 or Fan2 + * - FanExhaust (byte) Fan1 or Fan2 + * - + */ void controlPUMP() { // UsePump true? diff --git a/Arduino/CanGrow/CanGrow_Version.h b/Arduino/CanGrow/CanGrow_Version.h index 0f3937a..f5a7835 100644 --- a/Arduino/CanGrow/CanGrow_Version.h +++ b/Arduino/CanGrow/CanGrow_Version.h @@ -1,5 +1,5 @@ /* CanGrow_Version.h gets generated from cangrow.sh */ const char* CanGrowVer = "0.1-dev"; -const char* CanGrowBuild = "a0f3db9"; +const char* CanGrowBuild = "d6bd0f7";