mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	Bump mdns library to 1.8.0 (#8378)
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
This commit is contained in:
		| @@ -91,7 +91,7 @@ async def to_code(config): | |||||||
|         add_idf_component( |         add_idf_component( | ||||||
|             name="mdns", |             name="mdns", | ||||||
|             repo="https://github.com/espressif/esp-protocols.git", |             repo="https://github.com/espressif/esp-protocols.git", | ||||||
|             ref="mdns-v1.5.1", |             ref="mdns-v1.8.0", | ||||||
|             path="components/mdns", |             path="components/mdns", | ||||||
|         ) |         ) | ||||||
|  |  | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ dependencies: | |||||||
|     version: v2.0.9 |     version: v2.0.9 | ||||||
|   mdns: |   mdns: | ||||||
|     git: https://github.com/espressif/esp-protocols.git |     git: https://github.com/espressif/esp-protocols.git | ||||||
|     version: mdns-v1.5.1 |     version: mdns-v1.8.0 | ||||||
|     path: components/mdns |     path: components/mdns | ||||||
|     rules: |     rules: | ||||||
|       - if: "idf_version >=5.0" |       - if: "idf_version >=5.0" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user