[GH-ISSUE #947] Reboot ESP after successful configuration. #804

Closed
opened 2026-02-28 01:27:07 +03:00 by kerem · 1 comment
Owner

Originally created by @afagard on GitHub (Sep 23, 2019).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/947

Hardware

WiFimanager Branch/Release:

  • Master
  • [ x] Development

Esp8266/Esp32:

  • [ x] ESP8266
  • ESP32

**Hardware:
Lolin Wemos D1 mini pro

ESP Core Version: 2.4.0, staging

  • 2.3.0
  • 2.4.0
  • staging (master/dev)

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 configModeCallback that 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

Originally created by @afagard on GitHub (Sep 23, 2019). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/947 #### Hardware **WiFimanager Branch/Release:** - [ ] Master - [ x] Development **Esp8266/Esp32:** - [ x] ESP8266 - [ ] ESP32 **Hardware: Lolin Wemos D1 mini pro **ESP Core Version: 2.4.0, staging** - [ ] 2.3.0 - [x] 2.4.0 - [ ] staging (master/dev) ### 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 `configModeCallback` that 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
kerem 2026-02-28 01:27:07 +03:00
  • closed this issue
  • added the
    Question
    label
Author
Owner

@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()

<!-- gh-comment-id:534129592 --> @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()`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#804
No description provided.