mirror of
				https://github.com/esp8266/Arduino.git
				synced 2025-11-03 14:33:37 +03:00 
			
		
		
		
	Automatic stack location selection (SYS or HEAP), enable per library AR-chive in arduino build system * enable dot_a_linkage on internal libraries * add device tests * boards generator: deprecate --noextra4k/--allowWPS and fix documentation
		
			
				
	
	
		
			11 lines
		
	
	
		
			530 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			530 B
		
	
	
	
		
			INI
		
	
	
	
	
	
name=ESP8266WiFi
 | 
						|
version=1.0
 | 
						|
author=Ivan Grokhotkov
 | 
						|
maintainer=Ivan Grokhtkov <ivan@esp8266.com>
 | 
						|
sentence=Enables network connection (local and Internet) using the ESP8266 built-in WiFi.
 | 
						|
paragraph=With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The shield can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.
 | 
						|
category=Communication
 | 
						|
url=
 | 
						|
architectures=esp8266
 | 
						|
dot_a_linkage=true
 |