8000
Skip to content

Add delay before enabling ipv6 - #5256

Merged
jesserockz merged 2 commits into
esphome:devfrom
HeMan:fix-ipv6-esp32
Aug 17, 2023
Merged

Add delay before enabling ipv6#5256
jesserockz merged 2 commits into
esphome:devfrom
HeMan:fix-ipv6-esp32

Conversation

@HeMan
@HeMan HeMan commented Aug 15, 2023
Copy link
Copy Markdown
Contributor

What does this implement/fix?

Enabling IPv6 for wifi needs a delay after WIFI_STA_CONNECTED.

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Other

Related issue or feature (if applicable): fixes esphome/issues#4784

Pull request in esphome-docs with documentation (if applicable): esphome/esphome-docs#

Test Environment

  • ESP32
  • ESP32 IDF
  • ESP8266
  • RP2040

Example entry for config.yaml:

# Example config.yaml
esphome:
  name: ipv6arduino

esp32:
  board: esp32dev
  framework:
    type: arduino

wifi:
  ssid: wifisid
  password: !secret wifipwd

network:
  enable_ipv6: true

Checklist:

  • The code change is tested and works locally.
  • Tests have been added to verify that the new code works (under tests/ folder).

If user exposed functionality or configuration variables are added/changed:

@jesserockz jesserockz added this to the 2023.8.0b4 milestone Aug 17, 2023
@jesserockz
jesserockz merged commit 63fc16d into esphome:dev Aug 17, 2023
jesserockz pushed a commit that referenced this pull request Aug 17, 2023
This was referenced Aug 17, 2023
@github-actions github-actions Bot locked and limited conversation to collaborators Aug 18, 2023
@HeMan
HeMan deleted the fix-ipv6-esp32 branch March 21, 2024 07:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ESP32 with Arduino gets no IPv6

2 participants

0