DNM: Update libsodium

needs https://github.com/esphome/noise-c/pull/4
This commit is contained in:
J. Nick Koston 2025-06-27 14:07:27 -05:00
parent 68d66c873e
commit 9af88bd482
No known key found for this signature in database

View File

@ -177,7 +177,11 @@ 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("esphome/noise-c", "0.1.6")
cg.add_library(
None,
None,
"https://github.com/esphome/noise-c.git#libsodium_update",
)
else:
cg.add_define("USE_API_PLAINTEXT")