mirror of
				https://github.com/esp8266/Arduino.git
				synced 2025-10-31 15:50:55 +03:00 
			
		
		
		
	Use unique name values in library.properties for the esp8266 libraries that are also Arduino IDE Built-In libraries. This solves the issue of SD and Servo libraries always appearing as Type: Updatable in the Arduino IDE 1.6.6 Library Manager when an esp8266 board is selected.
		
			
				
	
	
		
			10 lines
		
	
	
		
			554 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			554 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| name=Ethernet(esp8266)
 | |
| version=1.0.4
 | |
| author=Arduino
 | |
| maintainer=Arduino <info@arduino.cc>
 | |
| sentence=Enables network connection (local and Internet) using the Arduino Ethernet board or shield. For all Arduino boards.
 | |
| paragraph=With this library you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS.
 | |
| category=Communication
 | |
| url=http://www.arduino.cc/en/Reference/Ethernet
 | |
| architectures=*
 |