Add compressor delay definition.
This commit is contained in:
parent
5d876b035b
commit
b782cfff86
@ -4,6 +4,14 @@
|
|||||||
/* Extra Libraries */
|
/* Extra Libraries */
|
||||||
#include <EthernetENC.h>
|
#include <EthernetENC.h>
|
||||||
|
|
||||||
|
/* Local includes */
|
||||||
|
#incldue config.h
|
||||||
|
|
||||||
|
// Set 10 minute compressor delay if not otherwise defined.
|
||||||
|
#ifndef COMP_DELAY
|
||||||
|
#define COMP_DELAY 600000
|
||||||
|
#endif
|
||||||
|
|
||||||
byte mac[] = { 0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED };
|
byte mac[] = { 0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED };
|
||||||
IPAddress ip(192, 168, 1, 177);
|
IPAddress ip(192, 168, 1, 177);
|
||||||
IPAddress myDns(192, 168, 1, 1);
|
IPAddress myDns(192, 168, 1, 1);
|
||||||
|
Loading…
Reference in New Issue
Block a user