mirror of
https://github.com/esphome/esphome.git
synced 2025-09-11 15:52:20 +01:00
don't set string define
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user