This commit is contained in:
Marcus 2024-06-16 03:20:49 +02:00
parent d6bd0f7638
commit 1b1c0ce391
2 changed files with 9 additions and 1 deletions

View file

@ -285,6 +285,14 @@ void loop() {
*/
/*
* Fan control
*
* Vars:
* - FanVent (byte) Fan1 or Fan2
* - FanExhaust (byte) Fan1 or Fan2
* -
*/
void controlPUMP() {
// UsePump true?

View file

@ -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";