Update RemoteTempSensor.ino
This commit is contained in:
parent
fffa3eb2ee
commit
8b3c09c3f4
|
|
@ -57,7 +57,7 @@
|
|||
|
||||
// #define DIAGNOSTIC_MODE
|
||||
|
||||
#define SAMPLE_TIME 5000 // Time between temperature samples (in milliseconds)
|
||||
#define SAMPLE_TIME 30000 // Time between temperature samples (in milliseconds)
|
||||
#define I2C_ADD 0x48 // ICS Address to use for the Adafruit ADT7410
|
||||
|
||||
SpanPoint *mainDevice;
|
||||
|
|
|
|||
Loading…
Reference in New Issue