mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1390] Show separate web page after connection #1191
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#1191
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 @SkHCrusher on GitHub (Apr 11, 2022).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1390
Basic Infos
Hardware
WiFimanager Branch/Release: Master
Esp8266/Esp32: Esp8266
Hardware: Esp8266MOD 12F
Description
I think this library is really great. I only have one problem and I can't get any further here.
In my example code I want to change the LED values for "ledColorIdle" and "ledColorHit" via a web interface at runtime (e.g. with 2 x 4 input boxes and a save button).
I just can't manage to use the library to display another webpage for these settings at runtime.
Connecting to an existing WLAN works without problems and as desired.
I'm probably just missing an approach here.
Thanks for your help
Settings in IDE
Module: NodeMcu
Additional libraries:
Sketch
@tablatronix commented on GitHub (Apr 11, 2022):
Look at the SUPER example for how to add custom webpages
@SkHCrusher commented on GitHub (Apr 11, 2022):
I had already looked at the example, but understood not much, because this is so full packed.
I have now tried a lot and I think I created an example, which contains everything important.
Maybe this also helps other people.
What was not clear to me:
I have created an example, in which you can set the speed of the LED blinking via the config portal.
@tablatronix commented on GitHub (Apr 11, 2022):
Not sure but you are asking several things at once,
custom parameters have their own examples and instructions in the readme
@SkHCrusher commented on GitHub (Apr 12, 2022):
All good :-) I may have also explained it unhappily.
I just thought I was trying to help, which would have brought me forward.
The documentation was also not helpful to me on this point. That's why I had just worked out this example :-)
But maybe I am alone with this problem :-)
Thanks for your quick answers!