mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #81] HTML UI is not shown #57
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#57
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 @probonopd on GitHub (Jan 25, 2016).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/81
Trying to use the AutoConnectWithTimeout sketch with Arduino 1.6.8.201601190826 and esp8266/Arduino from trunk on Linux. AutoConnectAP shows up, I can connect to it, and in the browser I get redirected to 182.168.4.1 but then there is only a blank HTML page with nothing visible on it. Tested with multiple iOS devices.
Serial monitor shows:
@probonopd commented on GitHub (Jan 25, 2016):
The AutoConnect sketch even crashes the ESP when I try to reload the white page rapidly from the iPhone:
@tzapu commented on GitHub (Jan 26, 2016):
hi, is this with the latest trunk of WiFiManager from yesterday?
@mtnbrit commented on GitHub (Jan 26, 2016):
I'm getting the same result with 2.1.0-rc2. works properly with rc1
using v0.6.0 of wifimanager
@tzapu commented on GitHub (Jan 26, 2016):
hi, please try and get the latest wifimanager from github(as opposed to a release) if you use rc2, i made some more changes
cheers
@probonopd commented on GitHub (Jan 26, 2016):
Originally I had used the version from Library Manager.
Now I have tested the version from git master, with esp8266/Arduino 2.1.0-rc2, and it is working. So to make things easier, it would be great if the new version could appear in the Library Manager. Thanks for this useful piece of software!
@tzapu commented on GitHub (Jan 26, 2016):
thank you for using it :)
unfortunately i can't release a version to library manager until esp8266 core 2.1 is release to stable, or people using both stable packages from lib manager, won t be able to use it...
@f3z0 commented on GitHub (Jan 26, 2016):
Not complaining but it would be useful to bump version any time master changes, I made the mistake to assume the library was up-to-date by comparing the version numbers but I didn't actually have the latest.
@tzapu commented on GitHub (Jan 27, 2016):
hi, for the reason above i can t do that, people are installing it through board manager, together with esp8266 core, so those two need to work together
after esp8266 core 2.1.0 is made stable, i can do that until i start using some other function that they ve just added in the code (a few functions the great guys there added at my request for wifimanager, they are that cool)
/edit: i could actually bump the version, just not release it through board manager...
@f3z0 commented on GitHub (Jan 27, 2016):
I had installed core via board manager and then also WiFiManger via board
manager and it didn't work (compile errors mentioned by others) that's how
I ended up here.
On Tue, Jan 26, 2016 at 10:01 PM, tzapu notifications@github.com wrote:
@probonopd commented on GitHub (Jan 28, 2016):
Be aware that users can select a version from the drop-down menu in Board Manager. So imho adding a version check to the latest version that advises users of pre-2.1.0 that this version of the library can only be used with 2.1.0 or later would be sufficient for adding the latest version of the library to the Board Manager.
@tzapu commented on GitHub (Jan 29, 2016):
uuuh.... did not see this,
actually i now remember, i m rather stupid, i did see this :)
does it display the decription of each version as well?
thanks for this, i will start adding it as soon as i get some time
nice
@probonopd commented on GitHub (Jan 29, 2016):
It shows the version number. A description is what you could put it to appear at compile time...
@tzapu commented on GitHub (Jan 30, 2016):
but if the library does not even compile, what currently happens with 0.7 and 2.0.0 ... can it show the description?
i tried, the description in boards manager is not updated
@probonopd commented on GitHub (Jan 30, 2016):
Possibly you could use compile-time
#ifdefand/orifstatements to print some error if the dependencies are not correct. Just an idea, haven't verified so far.@probonopd commented on GitHub (Jan 31, 2016):
I asked @igrr if there is an easy way to detect the esp8266/Arduino version and give a meaningful error message if it is too low. This is his response:
@tzapu commented on GitHub (Jan 31, 2016):
uu, that s brilliant, thanks and i ll try and see if i can get my head around it :D
@tzapu commented on GitHub (Feb 1, 2016):
thanks @probonopd
i went down the rabbit hole of c++ and i ve updated WiFiManger to 0.8. which should let everyone compile down to esp8266 core 2.0.0
it will also throw a warning in the serial console, if the function called is not supported by the current core
cool :P
@tzapu commented on GitHub (Feb 4, 2016):
i will now close this issue, feel free to reopen it if you feel it s needed