[api] Bump noise-c to 0.1.11 (#14632)

This commit is contained in:
J. Nick Koston
2026-03-08 14:52:21 -10:00
committed by GitHub
parent aef2d74e41
commit b05dbfccd3
3 changed files with 4 additions and 4 deletions

View File

@@ -1 +1 @@
b6f8c16c1ddd222134bf4a71910b4c832e764e23caf49f9bce3280b079955fcf e4b9c4b54e705d3c9400e1cdda8ba0b32634780cfa5f32271832e911bdcafe7e

View File

@@ -453,7 +453,7 @@ async def to_code(config: ConfigType) -> None:
# and plaintext disabled. Only a factory reset can remove it. # and plaintext disabled. Only a factory reset can remove it.
cg.add_define("USE_API_PLAINTEXT") cg.add_define("USE_API_PLAINTEXT")
cg.add_define("USE_API_NOISE") cg.add_define("USE_API_NOISE")
cg.add_library("esphome/noise-c", "0.1.10") cg.add_library("esphome/noise-c", "0.1.11")
else: else:
cg.add_define("USE_API_PLAINTEXT") cg.add_define("USE_API_PLAINTEXT")

View File

@@ -46,7 +46,7 @@ lib_deps_base =
lib_deps = lib_deps =
${common.lib_deps_base} ${common.lib_deps_base}
esphome/noise-c@0.1.10 ; api esphome/noise-c@0.1.11 ; api
improv/Improv@1.2.4 ; improv_serial / esp32_improv improv/Improv@1.2.4 ; improv_serial / esp32_improv
kikuchan98/pngle@1.1.0 ; online_image kikuchan98/pngle@1.1.0 ; online_image
; Using the repository directly, otherwise ESP-IDF can't use the library ; Using the repository directly, otherwise ESP-IDF can't use the library
@@ -542,7 +542,7 @@ build_unflags =
extends = common extends = common
platform = platformio/native platform = platformio/native
lib_deps = lib_deps =
esphome/noise-c@0.1.10 ; used by api esphome/noise-c@0.1.11 ; used by api
build_flags = build_flags =
${common.build_flags} ${common.build_flags}
-DUSE_HOST -DUSE_HOST