mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1231] ESP32 compilation fails with ESP8266WiFi.h: No such file or directory #1051
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#1051
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 @NetForces on GitHub (Mar 22, 2021).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1231
Basic Infos
Hardware
WiFimanager Branch/Release: Development (or any branch
Esp8266/Esp32:
Hardware: ESP32
Core Version: 3.0.0
Description
Compilation with platform.io always fails with
Settings in IDE
Module: nodemcu-32s
platform.io:
Additional libraries:
Sketch
Any of the examples provided.
Debug Messages
@NetForces commented on GitHub (Mar 22, 2021):
I tried something. I removed the
lib_depsfrom myplatformio.iniand clonedmasterin the lib folder and now it compiles properly...@tablatronix commented on GitHub (Mar 22, 2021):
development is no longer in use
@benhamilto commented on GitHub (Mar 30, 2021):
I think the version of the library on PIO may be out of date. I had the same issue with just
tzapu/WiFiManagerinlib_depsChanging it to use the GitHub link directly fixed it for me.
@tablatronix commented on GitHub (Mar 31, 2021):
Makes sense esp32 support doesnt exist in release
@Defozo commented on GitHub (May 30, 2023):
Can we fix this?