Update RemoteTempSensor.ino

This commit is contained in:
Gregg 2022-10-15 10:20:21 -05:00
parent e220ba4b34
commit 612394a052
1 changed files with 2 additions and 1 deletions

View File

@ -55,7 +55,7 @@
#include "HomeSpan.h"
#include <Wire.h> // 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