mirror of
https://github.com/esphome/esphome.git
synced 2025-08-06 18:37:47 +00:00
Update esphome/components/api/__init__.py
This commit is contained in:
parent
9af88bd482
commit
bf5f628769
@ -177,11 +177,7 @@ async def to_code(config):
|
||||
# and plaintext disabled. Only a factory reset can remove it.
|
||||
cg.add_define("USE_API_PLAINTEXT")
|
||||
cg.add_define("USE_API_NOISE")
|
||||
cg.add_library(
|
||||
None,
|
||||
None,
|
||||
"https://github.com/esphome/noise-c.git#libsodium_update",
|
||||
)
|
||||
cg.add_library("esphome/noise-c", "0.1.7")
|
||||
else:
|
||||
cg.add_define("USE_API_PLAINTEXT")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user