From 8b3c09c3f4a01a9879015b5bba30d7a38f4461ab Mon Sep 17 00:00:00 2001 From: Gregg Date: Sat, 8 Oct 2022 22:26:06 -0500 Subject: [PATCH] Update RemoteTempSensor.ino --- .../RemoteSensors/RemoteTempSensor/RemoteTempSensor.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;