mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #37] windows laptop failed to acquire ip after connecting. #32
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#32
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 @piux on GitHub (Dec 27, 2015).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/37
hi, im trying the simple example from wifi manager and when i connect with my android device, it has no problem and gets the ip 192.168.4.3, can connect to 192.168.4.1 and change the settings. but when i try this with my windows laptop it gives me this ip settings:
ip 164.254.145.161
subnet 255.255.0.0
default gateway: none
it wont connect to 192.168.4.1 unless i manually set a static ip like this:
ip 192.168.4.4
subnet 255.255.255.0
default gateway: 192.168.4.1
@piux commented on GitHub (Dec 28, 2015):
nevermind my module isnt working properly, flashed a spare one and it worked fine.
@tzapu commented on GitHub (Dec 28, 2015):
really weird that the phone would be ok and laptop wouldn't...
i have noticed my laptop is very slow to connect while phones are completely ok... but it always got the ip
@piux commented on GitHub (Dec 28, 2015):
@tzapu its the module, isnt working properly, i tested it in another module esp8266 i had, it works fine.