mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 17:15:53 +03:00
[GH-ISSUE #58] Not working tonight... #41
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#41
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 @alwynallan on GitHub (Jan 12, 2016).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/58
I have the latest git pull of both esp8266com and wifimanger. I'm using the calls in setup() just like the examples and the way they've been for a month. I added the parameter to my .setAPCallback() function, but I have the same problem even if I don't set the callback. When my ESP-12 goes into AP mode I can't get the Configuration page (Android, iOS, Win7) at 192.168.1.4. The serial log looks like this:
It repeats as long as something's connected to the AP.
@tzapu commented on GitHub (Jan 13, 2016):
funny you should say this, i tested last night with the latest esp8266 github and had the same issue.
i had to revert to the 5f80ad5a78062882ff2bf509bae7d69996a53ca7 comit to make it work...
@St-Aris commented on GitHub (Jan 13, 2016):
What is the recommended version of esp8266/arduino? Your web page says:
For now, you need to use a newer staging version of the ESP8266/Arduino package than the stable version released on 23 July 2015
The current 'stable' version is Nov 30 2015.
@tzapu commented on GitHub (Jan 13, 2016):
well, it should work fine with the stable 2.0.0 release
it should also work fine with the 2.1.0RC
the best one was the github version which had sdk 1.5.1 (newest) embeded, but that broke since last night ...
need to update that documentation to be more explicit, thanks
@tzapu commented on GitHub (Jan 14, 2016):
i can replicate the issue you reported when uploading to the latest github
if i revert the changes in e8d60be62a9b08457bed597d721ff44afa57de67 on top of the latest github it works fine.
@tzapu commented on GitHub (Jan 14, 2016):
added a fix for this in the latest commit
@tzapu commented on GitHub (Jan 14, 2016):
if you can, do test :D
@alwynallan commented on GitHub (Jan 14, 2016):
I tested it and it's back to perfect. Thanks!
It looks good too, and the password is hidden now.
A. Peter Allan · 450 Timber Lane · Devon PA 19333 · 610-687-1708 ·
610-547-4836 mobile
On Thu, Jan 14, 2016 at 1:31 PM, tzapu notifications@github.com wrote:
@mnelson10000 commented on GitHub (Jan 17, 2016):
I'm getting a similar result with the latest version:
*WM: Connecting as wifi client...
*WM: Connection result:
*WM: 0
*WM:
*WM: Configuring access point...
*WM: AutoConnectAP
*WM: AP IP address:
*WM: 192.168.4.1
*WM: HTTP server started
*WM: 204 No Response
*WM: 204 No Response
*WM: 204 No Response
*WM: 204 No Response
*WM: 204 No Response
*WM: 204 No Response
*WM: 204 No Response
@tzapu commented on GitHub (Jan 18, 2016):
hi,
latest release or latest github?
try with both 'latest' from github WiFiManager and ESP8266 Arduino Core
@mnelson10000 commented on GitHub (Jan 18, 2016):
I started with the latest release, then overwrote the library folder with the latest github,,, both did the same thing. I went back to the 1/12 commit and it worked, but I had frequent timeouts on the browser.
@fmarci commented on GitHub (Mar 6, 2016):
same problem here (from android - from ios it is working)
the library version is 0.10.0
*WM: AutoConnect
*WM: Connecting as wifi client...
*WM: Using last saved values, should be faster
*WM: Connection result:
*WM: 0
*WM: SET AP
Entered config mode
192.168.4.1
ESP750091
*WM:
*WM: Configuring access point...
*WM: ESP750091
*WM: AP IP address:
*WM: 192.168.4.1
*WM: HTTP server started
*WM: 204 No Response
*WM: 204 No Response
*WM: 204 No Response
*WM: 204 No Response
*WM: 204 No Response
*WM: 204 No Response
*WM: 204 No Response