Update RemoteTempSensor.ino

This commit is contained in:
Gregg 2022-10-08 22:26:06 -05:00
parent fffa3eb2ee
commit 8b3c09c3f4
1 changed files with 1 additions and 1 deletions

View File

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