[GH-ISSUE #933] .15.0 beta fails during compilation #791

Closed
opened 2026-02-28 01:27:04 +03:00 by kerem · 3 comments
Owner

Originally created by @Daemach on GitHub (Sep 11, 2019).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/933

I downloaded the .15.0 beta today and tried building but get the following error in PIO - this didn't happen before the update:

Compiling .pio\build\upstream_develop\src\THCG.cpp.o
In file included from src\defines.h:28:0,
                 from src\THCG.cpp:1:
lib/WiFiManager/WiFiManager.h:16:25: fatal error: ESP8266WiFi.h: No such file or directory

Compiling .pio\build\upstream_develop\lib114\WiFiManager\WiFiManager.cpp.o
compilation terminated.
In file included from lib\WiFiManager\WiFiManager.cpp:13:0:
lib\WiFiManager\WiFiManager.h:16:25: fatal error: ESP8266WiFi.h: No such file or directory

compilation terminated.
*** [.pio\build\upstream_develop\src\THCG.cpp.o] Error 1
*** [.pio\build\upstream_develop\lib114\WiFiManager\WiFiManager.cpp.o] Error 1
======================================================== [FAILED] Took 8.55 seconds ========================================================
Originally created by @Daemach on GitHub (Sep 11, 2019). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/933 I downloaded the .15.0 beta today and tried building but get the following error in PIO - this didn't happen before the update: ``` Compiling .pio\build\upstream_develop\src\THCG.cpp.o In file included from src\defines.h:28:0, from src\THCG.cpp:1: lib/WiFiManager/WiFiManager.h:16:25: fatal error: ESP8266WiFi.h: No such file or directory Compiling .pio\build\upstream_develop\lib114\WiFiManager\WiFiManager.cpp.o compilation terminated. In file included from lib\WiFiManager\WiFiManager.cpp:13:0: lib\WiFiManager\WiFiManager.h:16:25: fatal error: ESP8266WiFi.h: No such file or directory compilation terminated. *** [.pio\build\upstream_develop\src\THCG.cpp.o] Error 1 *** [.pio\build\upstream_develop\lib114\WiFiManager\WiFiManager.cpp.o] Error 1 ======================================================== [FAILED] Took 8.55 seconds ======================================================== ```
kerem closed this issue 2026-02-28 01:27:05 +03:00
Author
Owner

@tablatronix commented on GitHub (Sep 11, 2019):

What are you compiling and which board?

<!-- gh-comment-id:530189597 --> @tablatronix commented on GitHub (Sep 11, 2019): What are you compiling and which board?
Author
Owner

@Daemach commented on GitHub (Sep 11, 2019):

ESP32 dev board. Custom application that worked this afternoon before making that update. Sorry, I thought I included the ESP32 part but obviously I didn't.

<!-- gh-comment-id:530196144 --> @Daemach commented on GitHub (Sep 11, 2019): ESP32 dev board. Custom application that worked this afternoon before making that update. Sorry, I thought I included the ESP32 part but obviously I didn't.
Author
Owner

@tablatronix commented on GitHub (Sep 11, 2019):

0.15.0 does not support esp32, development branch does, development has not been released yet, this is a hotfix release

<!-- gh-comment-id:530372551 --> @tablatronix commented on GitHub (Sep 11, 2019): 0.15.0 does not support esp32, development branch does, development has not been released yet, this is a hotfix release
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#791
No description provided.