From e8a821906af7ea9cc4d72e90127a2c3727236577 Mon Sep 17 00:00:00 2001 From: Gregg Date: Mon, 23 Jan 2023 05:54:46 -0600 Subject: [PATCH] Update RemoteDevice.ino --- .../Other Examples/RemoteSensors/RemoteDevice/RemoteDevice.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Other Examples/RemoteSensors/RemoteDevice/RemoteDevice.ino b/examples/Other Examples/RemoteSensors/RemoteDevice/RemoteDevice.ino index 9859362..04b9dca 100644 --- a/examples/Other Examples/RemoteSensors/RemoteDevice/RemoteDevice.ino +++ b/examples/Other Examples/RemoteSensors/RemoteDevice/RemoteDevice.ino @@ -61,7 +61,7 @@ void setup() { // In the line below, replace the MAC Address with that of your MAIN HOMESPAN DEVICE - mainDevice=new SpanPoint("84:CC:A8:11:B4:84",sizeof(float),0); // create a SpanPoint with send size=sizeof(float) and receive size=0 + mainDevice=new SpanPoint("7C:DF:A1:61:E4:A8",sizeof(float),0); // create a SpanPoint with send size=sizeof(float) and receive size=0 homeSpan.setLogLevel(1); }