forked from esphome/esphome
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This depends on a soon-to-be-released version of LibreTiny containing libretiny-eu/libretiny#292 which will have a version of at least 1.6.1. Previous ESPHome PRs (esphome#7408, esphome#7409, esphome#7410) make it possible to require at least LibreTiny version 1.6.1 in order to enable IPv6. It also bumps the required AsyncTCP version to 2.1.4, which will include esphome/AsyncTCP#14 Closes esphome/feature-requests#2853
- Loading branch information
Showing
3 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
substitutions: | ||
network_enable_ipv6: "false" | ||
network_enable_ipv6: "true" | ||
|
||
bk72xx: | ||
framework: | ||
version: 1.6.1 | ||
|
||
<<: !include common.yaml |