mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #1024] Showing assigned IP address #873
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#873
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 @litamin on GitHub (Mar 20, 2020).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1024
WiFimanager Branch/Release:
Development
Esp8266/Esp32:
ESP32 (DoIt Devkit v1)
Description
Hi all, is there a way to print out the assigned IP in the browser, after having entered WiFi network and password? You know, at the same time "Saving credentials. Trying to connect to ESP..." is shown.
I realize this might not be a completely new request, but then how do you guys do it when you build a project that you want to give away and the user dont have know-how of Serial readout or IP scanning methods?
I'm running a websever with a webpage from the ESP32, and one needs the assigned IP to find this webpage.
I guess one solution would be to assign a fix IP, but then would that work if I have several of these ESP's running on the same network?
@kbaggen commented on GitHub (Aug 4, 2020):
I second that question..........anyway to do this.....seems to remember the Ken Taylor version could?
/Klaus