mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1402] Add a new page after esp32 is connected to wifi. #1203
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#1203
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 @kargarisaac on GitHub (Apr 29, 2022).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1402
Hi,
I want to add a feature to WiFi Manager and need some tips. The goal is to get from the user some information in addition to the WiFi credentials. I want to open a new page after the user enters wifi credentials and push the button to save. In my case, When the esp32 connects to the internet, it goes to deep sleep because it uses a battery and the power is very limited. Next I want to open a new page for that user to get additional data. This data will be sent to cloud through internet without the esp32 being active.
The pipeline:
board powers up --> set wifi credentials --> save --> esp32 connects to wifi --> goes to deep sleep --> a new page will pop up --> user enters additional data --> data will be sent to cloud through internet (not esp32)
Thank you in advance
@jayvdw13 commented on GitHub (Oct 25, 2022):
any progress on this?
@tablatronix commented on GitHub (Oct 26, 2022):
There are at least 2 ways to do this