From 97a9052a1b79e0d0c45b17f7b768865a16b22fb8 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 31 Jan 2019 18:56:08 -0500 Subject: [PATCH] OK. --- ZMHW_Project_InfraredDiodeSensor.ino | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ZMHW_Project_InfraredDiodeSensor.ino b/ZMHW_Project_InfraredDiodeSensor.ino index c5eb450..4b8c4b8 100644 --- a/ZMHW_Project_InfraredDiodeSensor.ino +++ b/ZMHW_Project_InfraredDiodeSensor.ino @@ -70,17 +70,17 @@ /***************Ethernet ENC28J60***************/ //Mac must be unique for each sensor -byte mac[] = { 0xD3, 0x5D, 0xBE, 0xEF, 0xEE, 0x50 }; +byte mac[] = { 0xD3, 0x5D, 0xBE, 0xEF, 0xEE, 0x54 }; //Static IP of Arduino -byte ip[] = { 192, 168, 78, 50 }; +byte ip[] = { 192, 168, 78, 54 }; //IP of ZM Server byte server[] = { 192, 168, 78, 123 }; //ZM server IP to put in requests. String host="192.168.78.123"; -char* monnum = "12"; //monitor number +char* monnum = "2"; //monitor number -char* LOCATIONOFSENSOR = "Bay 4 - Tool Room"; +char* LOCATIONOFSENSOR = "Bay 3"; #define ZMTRIGGERPORT 6802 #define LISTENPORT 80 // (port 80 is default for HTTP) @@ -92,7 +92,7 @@ char* LOCATIONOFSENSOR = "Bay 4 - Tool Room"; //Digital -#define MODECTPIN 2 +#define MODECTPIN 4 #define SPEAKERPIN 6 #define LEDPIN 9