1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00

bump to 7.4.2

This commit is contained in:
Kevin Ahrendt
2025-07-14 10:23:39 -04:00
parent 9ef982fa4d
commit a1281febe9
2 changed files with 2 additions and 2 deletions

View File

@@ -12,6 +12,6 @@ CONFIG_SCHEMA = cv.All(
@coroutine_with_priority(1.0)
async def to_code(config):
cg.add_library("bblanchon/ArduinoJson", "7.4.1")
cg.add_library("bblanchon/ArduinoJson", "7.4.2")
cg.add_define("USE_JSON")
cg.add_global(json_ns.using)