mirror of
https://github.com/esphome/esphome.git
synced 2025-09-09 14:52:20 +01:00
Fork some base libraries (#758)
* Fork some base libraries * Update ESPAsyncWebServer
This commit is contained in:
@@ -155,7 +155,7 @@ def to_code(config):
|
||||
yield cg.register_component(var, config)
|
||||
|
||||
# https://github.com/marvinroger/async-mqtt-client/blob/master/library.json
|
||||
cg.add_library('AsyncMqttClient', '0.8.2')
|
||||
cg.add_library('AsyncMqttClient-esphome', '0.8.2')
|
||||
cg.add_define('USE_MQTT')
|
||||
cg.add_global(mqtt_ns.using)
|
||||
|
||||
|
Reference in New Issue
Block a user