mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #17] error: field '_server' has incomplete type #13
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#13
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 @roccomuso on GitHub (Dec 8, 2015).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/17
This is my Sketch:
My error during compiling process:
The weird thing is that sometime I got the error and sometime I doesn't. o.O
@tzapu commented on GitHub (Dec 8, 2015):
hi, are you using the latest staging release of the arduino esp8266 core?
@roccomuso commented on GitHub (Dec 8, 2015):
@tzapu I'm using the latest 2.0 stable release: http://arduino.esp8266.com/stable/package_esp8266com_index.json
@roccomuso commented on GitHub (Dec 8, 2015):
@tzapu Just discovered that if i move down the ESP8266WebServer.h dependency, in this way:
I have no compile error.
@tzapu commented on GitHub (Dec 8, 2015):
cool,
thanks for letting me know.
you can also remove
if you got the latest version of the lib. examples still need updating
@roccomuso commented on GitHub (Dec 9, 2015):
@tzapu ok thank you.
@tzapu commented on GitHub (Dec 9, 2015):
@roccomuso does it work ok with the 2.0.0 stable version?
@roccomuso commented on GitHub (Dec 11, 2015):
@tzapu Tried today. It seems to work pretty well. :) I've tried it on a ESP866-01 board. And i've noticed that after the upload through the arduino ide (and GPIO0 pull down), you would get a
ets Jan 8 2013,rst cause:1, boot mode:(1,7)error. So you must disconnect the pull down on GPIO0 and reset the board if you wanna make it works..@tzapu commented on GitHub (Dec 11, 2015):
hi, that s pretty much general for all esp8266 modules. otherwise they reboot back into firmware upload mode.
glad it s working, i ll close this then