mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1449] DHCP renew #1239
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#1239
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Laxilef on GitHub (Jul 7, 2022).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1449
Hardware
WiFimanager: 2.0.11 beta
Esp8266:
Hardware: wemos d1 mini pro
Core Version: 3.0.2
Description
After changing the IP address for esp8266 on the router, esp does not do dhcp renew. No reboots help.
It seems to me that esp writes down the received ip and doesn't do renew anymore.
Only one thing helps: changing the ssid on the access point and reconnecting the esp.
What am I doing wrong?
Sketch
@tablatronix commented on GitHub (Jul 8, 2022):
hmm, thats indeed odd, esp only saved the address if you give it a static via sta config.. So I am not sure.
Ideally I would bring this down to a basic esp example and try to reproduce, removing wm from the picture..
If I have time to test I will
@Laxilef commented on GitHub (Jul 10, 2022):
Tested. I tried changing the IP settings for esp and forcibly disconnecting the client (esp). In this case, everything is fine, renew happens. Code:
Log: