mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-28 01:25:49 +03:00
[GH-ISSUE #955] Support for DNS2? #809
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#809
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 @lbussy on GitHub (Oct 22, 2019).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/955
Basic Infos
Hardware
WiFimanager Branch/Release:
Esp8266/Esp32:
Hardware: ESP-12e, esp01, esp25
ESP Core Version: 2.4.0, staging
Description
I don't see support for 2 DNS servers in this lib as there is in ESP8266WiFi. Is this somewhere I'm missing maybe? If not, is it planned to be added?
Settings in IDE
Module: N/A
Additional libraries: N/A
Sketch
In
WiFiManager.h:@tablatronix commented on GitHub (Oct 22, 2019):
Was this always available?
@lbussy commented on GitHub (Oct 22, 2019):
It existed as far back as 2.1.0-rc1 (Jan 4, 2016 in ESP8266WiFiSTAClass::config(). In 2.0 (Nov 30, 2015), it was still ESP8266WiFi::config() and only had the single DNS argument.