mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #972] Error compiling for board WeMos D1 R1 #826
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#826
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 @belazelkos on GitHub (Nov 28, 2019).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/972
Basic Infos
Hardware
WiFimanager Branch/Release:
Esp8266/Esp32:
Hardware: ESP-12e, esp01, esp25
ESP Core Version: 2.4.0, staging
Description
I have problem to compile WiFiManager for Wemos D1 mini board, I even try with Example AutoConnect with out any luck (it's the same even if I select some other board for example Generic ESP8266 board).
All of the boards definitions are updated and all of the libraries are updated to the latest stable releases.
Any help please!
Settings in IDE
Module: NodeMcu, Wemos D1
Additional libraries:
Sketch
Debug Messages
@PaoloP74 commented on GitHub (Nov 28, 2019):
Open the library .c and .h file and replace all occurrences of HTTP_HEAD with HTTP_MYHEAD.
HTTP_HEAD has become a reserved word.
@tablatronix commented on GitHub (Nov 28, 2019):
Its fixed in the beta...
@belazelkos commented on GitHub (Nov 29, 2019):
Thanks!