mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	Switch ESPAsyncTCP-esphome to esphome fork (#4764)
This commit is contained in:
		| @@ -18,5 +18,5 @@ async def to_code(config): | |||||||
|         # https://github.com/esphome/AsyncTCP/blob/master/library.json |         # https://github.com/esphome/AsyncTCP/blob/master/library.json | ||||||
|         cg.add_library("esphome/AsyncTCP-esphome", "1.2.2") |         cg.add_library("esphome/AsyncTCP-esphome", "1.2.2") | ||||||
|     elif CORE.is_esp8266: |     elif CORE.is_esp8266: | ||||||
|         # https://github.com/OttoWinter/ESPAsyncTCP |         # https://github.com/esphome/ESPAsyncTCP | ||||||
|         cg.add_library("ottowinter/ESPAsyncTCP-esphome", "1.2.3") |         cg.add_library("esphome/ESPAsyncTCP-esphome", "1.2.3") | ||||||
|   | |||||||
| @@ -88,7 +88,7 @@ lib_deps = | |||||||
|     ${common:arduino.lib_deps} |     ${common:arduino.lib_deps} | ||||||
|     ESP8266WiFi                           ; wifi (Arduino built-in) |     ESP8266WiFi                           ; wifi (Arduino built-in) | ||||||
|     Update                                ; ota (Arduino built-in) |     Update                                ; ota (Arduino built-in) | ||||||
|     ottowinter/ESPAsyncTCP-esphome@1.2.3  ; async_tcp |     esphome/ESPAsyncTCP-esphome@1.2.3  ; async_tcp | ||||||
|     ESP8266HTTPClient                     ; http_request (Arduino built-in) |     ESP8266HTTPClient                     ; http_request (Arduino built-in) | ||||||
|     ESP8266mDNS                           ; mdns (Arduino built-in) |     ESP8266mDNS                           ; mdns (Arduino built-in) | ||||||
|     DNSServer                             ; captive_portal (Arduino built-in) |     DNSServer                             ; captive_portal (Arduino built-in) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user