don't set string define

This commit is contained in:
Kevin Ahrendt 2025-07-14 14:36:18 -04:00
parent 4f10a0ccf7
commit 6afda9d4dc

View File

@ -14,5 +14,4 @@ CONFIG_SCHEMA = cv.All(
async def to_code(config):
cg.add_library("bblanchon/ArduinoJson", "7.4.2")
cg.add_define("USE_JSON")
cg.add_define("ARDUINOJSON_ENABLE_STD_STRING", "1")
cg.add_global(json_ns.using)