From 705af77c2fef7a27150b741cde228e2fe55a029b Mon Sep 17 00:00:00 2001 From: Demo User Date: Fri, 26 Apr 2013 22:39:19 +0000 Subject: fix mac address --- datasources/arduino/arduinoAnalogHTTP/analogethernet.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'datasources') diff --git a/datasources/arduino/arduinoAnalogHTTP/analogethernet.ino b/datasources/arduino/arduinoAnalogHTTP/analogethernet.ino index 63c53e7..5a0b241 100755 --- a/datasources/arduino/arduinoAnalogHTTP/analogethernet.ino +++ b/datasources/arduino/arduinoAnalogHTTP/analogethernet.ino @@ -2,7 +2,7 @@ #include #include -byte mac[] = { 0xAD, 0xEE, 0x00, 0xEF, 0xFE, 0xED }; +byte mac[] = { 0x02, 0xEE, 0x00, 0xEF, 0xFE, 0xED }; const int ledPin = 13; // select the pin for the LED const long ADC_REF_MV = 3300; -- cgit v1.2.1