mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 17:15:53 +03:00
[GH-ISSUE #1187] Can start the AP #1012
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#1012
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 @Mesihas on GitHub (Jan 7, 2021).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1187
Basic Infos
basic example does not create the AP
Hardware
WiFimanager Branch/Release: Development
Esp32:
Description
basic example does not create the AP
using example skrtch (simple) for the first time (nothing stored on FS, no wifi data at all:
this is what I get on serial monitor
*WM:
*WM: AutoConnect
*WM: Connecting as wifi client...
W (253) wifi:Haven't to connect to a suitable AP now!
*WM: Using last saved values, should be faster
*WM: Connection result:
*WM: 3
*WM: IP Address:
*WM: 192.168.1.7
connected...yeey :)
@tablatronix commented on GitHub (Jan 8, 2021):
That is not development the logs do not have log levels shown
@Mesihas commented on GitHub (Jan 8, 2021):
How can I get the dev logs?
@tablatronix commented on GitHub (Jan 8, 2021):
I mean you are NOT actually using development
@Mesihas commented on GitHub (Jan 9, 2021):
ohh ok, I think that I installed the lib from Arduino IDE, that's what you mean?
Do I need to install the lib from the repository and then do all my tests?
@tablatronix commented on GitHub (Mar 4, 2021):
If you can , there has been some updates. If not I should be posting a beta soon to arduino
@Luke-KH commented on GitHub (Apr 11, 2021):
I have tried below code from ESP32 Arduino boards manager v1.0.6 library. I found that similar problem that password protected AP will disappear to become an OPEN softAP after reset. It will happen if softAP restarted, even reburn program (no change flash setting area).
It is working fine if using ESP32 Arduino boards manager v1.0.4 library.
Any guys know what is it going on?
@tablatronix commented on GitHub (Apr 11, 2021):
interesting, same ssid?