This commit is contained in:
Chris Giacofei 2022-01-17 17:50:02 -05:00
parent b782cfff86
commit d2972b0a40
2 changed files with 2 additions and 1 deletions

1
temp_controller/config.h Normal file
View File

@ -0,0 +1 @@
#define COMP_DELAY 600000

View File

@ -5,7 +5,7 @@
#include <EthernetENC.h> #include <EthernetENC.h>
/* Local includes */ /* Local includes */
#incldue config.h #include "config.h"
// Set 10 minute compressor delay if not otherwise defined. // Set 10 minute compressor delay if not otherwise defined.
#ifndef COMP_DELAY #ifndef COMP_DELAY