mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #550] How do I connect disconnect esp from a network with out resting it. #462
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#462
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 @Ameengray on GitHub (Mar 8, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/550
The esp is connected to my home network. I used the WiFi manager connected my esp to my home network. Now I want to connect the esp to another network in my home.the only way I can do that is by Turing off my home network.(which is not something I want to do) in such cases how can we have esp8266 start a new access point so that we can connect to another network in the same range ? Help out thanks.
@Ameengray commented on GitHub (Mar 8, 2018):
Connect to another access point while esp is already connected to an access point in the same range. How to disconnect and reconnect without turning of the access point esp is is connected to in the first place.
@tablatronix commented on GitHub (Mar 8, 2018):
You should be able to just begin(blah)
@Ameengray commented on GitHub (Mar 8, 2018):
@tabatronix I did not get you. I fairly new to this. Is there a solution for this issue ?
@zenkdev commented on GitHub (Mar 11, 2018):
You can adapt this sample to your scenario.