Update RemoteTempSensor.ino

fixed typed in a comment
This commit is contained in:
Gregg 2023-04-30 09:04:56 -05:00
parent 320ad6f819
commit 34be49393a
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
#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
#define I2C_ADD 0x48 // I2C Address to use for the Adafruit ADT7410
SpanPoint *mainDevice;