mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Update AsyncMQTTClient/ESPAsyncWebServer (#779)
This commit is contained in:
		| @@ -154,8 +154,8 @@ def to_code(config): | ||||
|     var = cg.new_Pvariable(config[CONF_ID]) | ||||
|     yield cg.register_component(var, config) | ||||
|  | ||||
|     # https://github.com/marvinroger/async-mqtt-client/blob/master/library.json | ||||
|     cg.add_library('AsyncMqttClient-esphome', '0.8.2') | ||||
|     # https://github.com/OttoWinter/async-mqtt-client/blob/master/library.json | ||||
|     cg.add_library('AsyncMqttClient-esphome', '0.8.3') | ||||
|     cg.add_define('USE_MQTT') | ||||
|     cg.add_global(mqtt_ns.using) | ||||
|  | ||||
|   | ||||
| @@ -22,4 +22,4 @@ def to_code(config): | ||||
|     if CORE.is_esp32: | ||||
|         cg.add_library('FS', None) | ||||
|     # https://github.com/OttoWinter/ESPAsyncWebServer/blob/master/library.json | ||||
|     cg.add_library('ESPAsyncWebServer-esphome', '1.2.4') | ||||
|     cg.add_library('ESPAsyncWebServer-esphome', '1.2.5') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user