mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	one more dep
This commit is contained in:
		| @@ -12,6 +12,6 @@ CONFIG_SCHEMA = cv.All( | |||||||
|  |  | ||||||
| @coroutine_with_priority(1.0) | @coroutine_with_priority(1.0) | ||||||
| async def to_code(config): | async def to_code(config): | ||||||
|     cg.add_library("bblanchon/ArduinoJson", "6.18.5") |     cg.add_library("bblanchon/ArduinoJson", "7.4.2") | ||||||
|     cg.add_define("USE_JSON") |     cg.add_define("USE_JSON") | ||||||
|     cg.add_global(json_ns.using) |     cg.add_global(json_ns.using) | ||||||
|   | |||||||
| @@ -35,7 +35,7 @@ build_flags = | |||||||
| lib_deps = | lib_deps = | ||||||
|     esphome/noise-c@0.1.10                  ; api |     esphome/noise-c@0.1.10                  ; api | ||||||
|     improv/Improv@1.2.4                    ; improv_serial / esp32_improv |     improv/Improv@1.2.4                    ; improv_serial / esp32_improv | ||||||
|     bblanchon/ArduinoJson@6.18.5           ; json |     bblanchon/ArduinoJson@7.4.2           ; json | ||||||
|     wjtje/qr-code-generator-library@1.7.0  ; qr_code |     wjtje/qr-code-generator-library@1.7.0  ; qr_code | ||||||
|     functionpointer/arduino-MLX90393@1.0.2 ; mlx90393 |     functionpointer/arduino-MLX90393@1.0.2 ; mlx90393 | ||||||
|     pavlodn/HaierProtocol@0.9.31           ; haier |     pavlodn/HaierProtocol@0.9.31           ; haier | ||||||
| @@ -235,7 +235,7 @@ build_flags = | |||||||
|     -DUSE_ZEPHYR |     -DUSE_ZEPHYR | ||||||
|     -DUSE_NRF52 |     -DUSE_NRF52 | ||||||
| lib_deps = | lib_deps = | ||||||
|     bblanchon/ArduinoJson@7.0.0           ; json |     bblanchon/ArduinoJson@7.4.2           ; json | ||||||
|     wjtje/qr-code-generator-library@1.7.0  ; qr_code |     wjtje/qr-code-generator-library@1.7.0  ; qr_code | ||||||
|     pavlodn/HaierProtocol@0.9.31           ; haier |     pavlodn/HaierProtocol@0.9.31           ; haier | ||||||
|     functionpointer/arduino-MLX90393@1.0.2 ; mlx90393 |     functionpointer/arduino-MLX90393@1.0.2 ; mlx90393 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user