notes
This commit is contained in:
parent
d6bd0f7638
commit
1b1c0ce391
2 changed files with 9 additions and 1 deletions
|
@ -285,6 +285,14 @@ void loop() {
|
|||
*/
|
||||
|
||||
|
||||
/*
|
||||
* Fan control
|
||||
*
|
||||
* Vars:
|
||||
* - FanVent (byte) Fan1 or Fan2
|
||||
* - FanExhaust (byte) Fan1 or Fan2
|
||||
* -
|
||||
*/
|
||||
|
||||
void controlPUMP() {
|
||||
// UsePump true?
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue