Skip to content

Commit 85af6f1

Browse files
committed
updating with new static ip for server
1 parent 3e1b734 commit 85af6f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

System_2.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Software for Optical Density INvestigator
33
System 2
44
Written by Jonathan Forbes
5-
Last updated Nov 23, 2018 (Jessica Hardwicke)
5+
Last updated Dec 26, 2018 (Jessica Hardwicke)
66
Based on System 1 (ROGR) software written by Bob Petersen and David Beck
77
*/
88

@@ -108,7 +108,7 @@ String ram; // String to store the RAM status
108108

109109
const boolean ethernetstatus = true; // Set to true if sending data to the server via Ethernet is desired
110110
byte mac[] = { 0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED }; // MAC address for device (must be unique!)
111-
IPAddress data_server_ip(128, 208, 236, 146); // IP of remote host that will receive the data
111+
IPAddress data_server_ip(172, 28, 236, 69); // IP of remote host that will receive the data
112112
const uint16_t data_server_port = 8577; // must be unique!
113113
EthernetUDP udp; // UDP instance for sending & receiving
114114
const int PACKET_SIZE = sizeof(struct data);

0 commit comments

Comments
 (0)