1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-27 07:32:22 +01:00

Improv_serial scan and send wifi networks list (#3116)

This commit is contained in:
Jesse Hills
2022-01-31 11:08:20 +13:00
committed by GitHub
parent 4a5970b4af
commit bf91443f38
5 changed files with 27 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ async def to_code(config):
cg.add(ble_server.register_service_component(var))
cg.add_define("USE_IMPROV")
cg.add_library("esphome/Improv", "1.1.0")
cg.add_library("esphome/Improv", "1.2.0")
cg.add(var.set_identify_duration(config[CONF_IDENTIFY_DURATION]))
cg.add(var.set_authorized_duration(config[CONF_AUTHORIZED_DURATION]))