explicitly define support for std::string

This commit is contained in:
Kevin Ahrendt 2025-07-14 11:54:02 -04:00
parent 0a8af3ec85
commit ab454e9928

View File

@ -14,4 +14,5 @@ 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)