mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 17:27:45 +01:00
Bump noise-c from 0.1.3 to 0.1.4 (#2602)
This commit is contained in:
parent
f93e7d4e3a
commit
42873dd37c
2 changed files with 2 additions and 2 deletions
|
@ -121,7 +121,7 @@ async def to_code(config):
|
|||
decoded = base64.b64decode(conf[CONF_KEY])
|
||||
cg.add(var.set_noise_psk(list(decoded)))
|
||||
cg.add_define("USE_API_NOISE")
|
||||
cg.add_library("esphome/noise-c", "0.1.3")
|
||||
cg.add_library("esphome/noise-c", "0.1.4")
|
||||
else:
|
||||
cg.add_define("USE_API_PLAINTEXT")
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ build_flags =
|
|||
|
||||
[common]
|
||||
lib_deps =
|
||||
esphome/noise-c@0.1.3 ; api
|
||||
esphome/noise-c@0.1.4 ; api
|
||||
makuna/NeoPixelBus@2.6.7 ; neopixelbus
|
||||
build_flags =
|
||||
-DESPHOME_LOG_LEVEL=ESPHOME_LOG_LEVEL_VERY_VERBOSE
|
||||
|
|
Loading…
Reference in a new issue