mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1217] help request #1037
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#1037
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 @dyrvigk on GitHub (Feb 26, 2021).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1217
Hi
i have been using this great libary for some time but now i have a application where i need ethernet conetivity and i have made my own esp32 board with w5500 and Poe for power but i would like to be able to use wifimanager to setup my mqtt . so basicaly i would like to use wifimanager in ap mode only and never connect to network ethernet takes care of that . would that be possibel to keep ap and captive portal on always and stil being able to save my mqtt credentials and other setups
kenn
@EgHubs commented on GitHub (Apr 1, 2021):
Can you try to set the esp to AP mode after the library autoConnect line of code? I think it might work as a workaround.
and if you want you want to configure your AP, here
@tablatronix commented on GitHub (Apr 1, 2021):
Thanks @EgHubs
@tablatronix commented on GitHub (Apr 1, 2021):
Yes use ondemand configportal exmaple start whatever you want