diff --git a/Other Examples/RemoteSensors/RemoteTempSensor/RemoteTempSensor.ino b/Other Examples/RemoteSensors/RemoteTempSensor/RemoteTempSensor.ino index 49f8f8e..9aa70d0 100644 --- a/Other Examples/RemoteSensors/RemoteTempSensor/RemoteTempSensor.ino +++ b/Other Examples/RemoteSensors/RemoteTempSensor/RemoteTempSensor.ino @@ -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;