mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #483] lwIP 2.0 and static IP - DNS issues #403
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#403
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 @mdhiggins on GitHub (Jan 10, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/483
Using the new 2.4.0 ESP8266 Arduino release, the default lwIP settings were changed from 1.4 to 2.0
2.0 seems to introduce problems with DNS resolution when using static IP address settings
No DNS requests seem to work on 2.0 (though you can manually do a
WiFi.config()and include the DNS server informationAdditionally, after initial setup and inputting the static information if you try to active any DNS servers (such as mDNS, or ArduinoOTA) you get an Exception 28 error and the device reboots. Those services will work after rebooting if not running the initial configuration page however
Reverting to lwIP 1.4 resolves all these issues
@tablatronix commented on GitHub (Jan 11, 2018):
Can you confirm on staging as well?
I have been using this release gor a while and have not noticed this, i did see some lwip regressions though in the repo.
Do you have an example sketch to test?
Do you know of any issues references?
@tablatronix commented on GitHub (Jan 11, 2018):
https://github.com/esp8266/Arduino/issues/4078