mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	fix
This commit is contained in:
		| @@ -40,4 +40,7 @@ async def to_code(config): | |||||||
|         if CORE.is_esp8266: |         if CORE.is_esp8266: | ||||||
|             cg.add_library("ESP8266WiFi", None) |             cg.add_library("ESP8266WiFi", None) | ||||||
|         # https://github.com/ESP32Async/ESPAsyncWebServer/blob/main/library.json |         # https://github.com/ESP32Async/ESPAsyncWebServer/blob/main/library.json | ||||||
|         cg.add_library("ESP32Async/ESPAsyncWebServer", "3.7.8") |         # Use fork with libretiny compatibility fix | ||||||
|  |         cg.add_library( | ||||||
|  |             "https://github.com/bdraco/ESPAsyncWebServer.git#libretiny_Fix", None | ||||||
|  |         ) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user