mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #31] ap doesn't show up, ip reports 0.0.0.0 #25
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#25
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 @tablatronix on GitHub (Dec 23, 2015).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/31
I read this somewhere, maybe in the source code, I cant remember.
I get a
And my AP is never available to devices.
Do you know what causes this ?
@tablatronix commented on GitHub (Dec 23, 2015):
delay(500); // Without delay I've seen the IP address blankhmmm
@tzapu commented on GitHub (Dec 23, 2015):
hi, tried it with delay?
never seen it like this in the non modified framework, maybe due to the new callback?
maybe try the simplest autoConnect example
@tzapu commented on GitHub (Dec 23, 2015):
hi,
i ve just noticed this happening if i have
wifiManager.resetSettings(); in code.
do you have that function call in your code?
@tablatronix commented on GitHub (Dec 23, 2015):
I forgot I added a delay in setup() for debugging something to make sure a pin was low before starting up stuff.
It must be doing some init blocking, which is odd.. But it is probably in the main esp8266 library, so ill close this.
@tzapu commented on GitHub (Dec 23, 2015):
it s very odd, i have noticed this happens when i do WiFi.disconnect() and have a delay after.
with no delay after disconnect, everything works fine
quite weird indeed
@tablatronix commented on GitHub (Dec 23, 2015):
Yeah and I cannot reproduce yet with a simple test. ( no wifimanager)
@tablatronix commented on GitHub (Dec 23, 2015):
With delay(100) it works again, i am gonna guess this is a race condition against the esp8266 libs auto connect.
This says that it will auto connect if there is a stored SDK settings
https://github.com/esp8266/Arduino/issues/810#issuecomment-142347864
@tzapu commented on GitHub (Dec 23, 2015):
well, i got a minimum sketch to replicate this without WiFiManager
better report it to esp8266 arduino
@tzapu commented on GitHub (Dec 23, 2015):
tracking https://github.com/esp8266/Arduino/issues/1292
@tablatronix commented on GitHub (Dec 23, 2015):
I added a
to fix for now.
@tablatronix commented on GitHub (Dec 23, 2015):
Of course i think that workaround also breaks STA connections, i think this is an issue with dhcp client and servers starting up, either way someone smarter can look at the issue I created and figure it out.
Thanks
@tzapu commented on GitHub (Jan 9, 2016):
this seems sorted with the latest github changes and sdk 1.5.1