From 612394a0522e200f31686616206227464a557a6e Mon Sep 17 00:00:00 2001 From: Gregg Date: Sat, 15 Oct 2022 10:20:21 -0500 Subject: [PATCH] Update RemoteTempSensor.ino --- .../RemoteSensors/RemoteTempSensor/RemoteTempSensor.ino | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Other Examples/RemoteSensors/RemoteTempSensor/RemoteTempSensor.ino b/Other Examples/RemoteSensors/RemoteTempSensor/RemoteTempSensor.ino index 9aa70d0..4157707 100644 --- a/Other Examples/RemoteSensors/RemoteTempSensor/RemoteTempSensor.ino +++ b/Other Examples/RemoteSensors/RemoteTempSensor/RemoteTempSensor.ino @@ -55,7 +55,7 @@ #include "HomeSpan.h" #include // include the I2C library -// #define DIAGNOSTIC_MODE +#define DIAGNOSTIC_MODE #define SAMPLE_TIME 30000 // Time between temperature samples (in milliseconds) #define I2C_ADD 0x48 // ICS Address to use for the Adafruit ADT7410 @@ -70,6 +70,7 @@ void setup() { homeSpan.setLogLevel(1); Serial.begin(115200); delay(1000); + Serial.printf("Starting Remote Temperature Sensor. MAC Address of this device = %s\n",WiFi.macAddress().c_str()); #endif // In the line below, replace the MAC Address with that of your MAIN HOMESPAN DEVICE