mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-28 01:25:49 +03:00
[GH-ISSUE #947] Reboot ESP after successful configuration. #804
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#804
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 @afagard on GitHub (Sep 23, 2019).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/947
Hardware
WiFimanager Branch/Release:
Esp8266/Esp32:
**Hardware:
Lolin Wemos D1 mini pro
ESP Core Version: 2.4.0, staging
Description
I don't really have an issue as I have a question. Is there an acceptable way to restart the device after successful configuration in the portal? I am not using any of the fancy additional protocols or anything. Currently, I have a
configModeCallbackthat sets a bool variable, but I figured there might be something more ingrained in the library that wasn't documented.Sorry if this isn't the place for this. Wasn't sure where else to ask.
Settings in IDE
Module: Wemos D1
@tablatronix commented on GitHub (Sep 23, 2019):
Nope, I mean ESP.restart() should work fine, but there IS a wrapper in wm
Maybe disconnect and delay before ( to make sure the router lets you reconnect so quickly )
WiFiManager::reboot()