mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Updated copyright year from 2016 to 2017
This commit is contained in:
		| @@ -3,11 +3,11 @@ | ||||
| // You can easily test this program with netcat: | ||||
| // $ nc -ulp 8888 | ||||
| // | ||||
| // by Benoit Blanchon, MIT License 2015-2016 | ||||
| // by Benoit Blanchon, MIT License 2015-2017 | ||||
|  | ||||
| #include <SPI.h> | ||||
| #include <Ethernet.h> | ||||
| #include <ArduinoJson.h> | ||||
| #include <Ethernet.h> | ||||
| #include <SPI.h> | ||||
|  | ||||
| byte mac[] = {0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED}; | ||||
| IPAddress localIp(192, 168, 0, 177); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user