mirror of
https://github.com/esphome/esphome.git
synced 2025-09-17 02:32:20 +01:00
Upgrade ArduinoJson to 6.18.5 and migrate code (#2844)
This commit is contained in:
@@ -27,8 +27,7 @@ Application = esphome_ns.class_("Application")
|
||||
optional = esphome_ns.class_("optional")
|
||||
arduino_json_ns = global_ns.namespace("ArduinoJson")
|
||||
JsonObject = arduino_json_ns.class_("JsonObject")
|
||||
JsonObjectRef = JsonObject.operator("ref")
|
||||
JsonObjectConstRef = JsonObjectRef.operator("const")
|
||||
JsonObjectConst = arduino_json_ns.class_("JsonObjectConst")
|
||||
Controller = esphome_ns.class_("Controller")
|
||||
GPIOPin = esphome_ns.class_("GPIOPin")
|
||||
InternalGPIOPin = esphome_ns.class_("InternalGPIOPin", GPIOPin)
|
||||
|
Reference in New Issue
Block a user