1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-01 01:22:20 +01:00

Allow wireguard to bind to PPP interface (#6989)

Co-authored-by: Tim Lunn <tl@smlight.tech>
This commit is contained in:
Simone Rossetto
2024-06-27 03:42:16 +02:00
committed by GitHub
parent cd7894ae8f
commit bfdf63055f
2 changed files with 5 additions and 5 deletions

View File

@@ -132,7 +132,7 @@ async def to_code(config):
# the '+1' modifier is relative to the device's own address that will
# be automatically added to the provided list.
cg.add_build_flag(f"-DCONFIG_WIREGUARD_MAX_SRC_IPS={len(allowed_ips) + 1}")
cg.add_library("droscy/esp_wireguard", "0.4.1")
cg.add_library("droscy/esp_wireguard", "0.4.2")
await cg.register_component(var, config)