mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1072] do not disable internal ap when device connected to external ap #914
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#914
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 @alirezaimi on GitHub (Jun 5, 2020).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1072
Hi
Is there any option exist in this library that after my board connected to external access point, do not disable internal ap of board ?
I'm asking this because i want both ap and sta mode active simultaneously in my esp8266 board for when external ap or internet connection is dead, i can connect to board with internal ap of board .
@alirezaimi commented on GitHub (Apr 22, 2022):
Hi
in esp8266 board the ability of using both AP and sta in same time is exist and I want to use it, but in this library after connecting to AP, the internal sta disabled by default . I want to choose it optionally , how ???
@tablatronix commented on GitHub (Apr 22, 2022):
just turn it on like usual WiFi.softAp()
@alirezaimi commented on GitHub (Apr 25, 2022):
Hi @tablatronix
When should i do this ?
I mean in setup I got these lines :
and everything is handled by library itself, when i turn on softap again after the library disable it ?
@tablatronix commented on GitHub (Apr 25, 2022):
hmm you mentioned ap mode not a webserver..
you can use the wm.server()
someone else just asked this in another issue, let me check