mirror of
https://github.com/esphome/esphome.git
synced 2025-08-01 16:07:47 +00:00
explicitly define support for std::string
This commit is contained in:
parent
0a8af3ec85
commit
ab454e9928
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user