[GH-ISSUE #1381] Missing core_version.h when building using non-finalized platforms #1184

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

Originally created by @thorrak on GitHub (Mar 28, 2022).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1381

As a result of this change, building in PlatformIO using upstreams that are not yet released versions results in an error.

Example of un-released upstream in platformio.ini:

[env:esp32_s2_wifi]
platform = https://github.com/platformio/platform-espressif32.git#feature/arduino-upstream

Error:
.pio/libdeps/esp32_s2_wifi/WiFiManager/WiFiManager.h:69:14: fatal error: core_version.h: No such file or directory

Using the feature/arduino-upstream platform is the recommended method for being able to compile for the ESP32-S2, amongst other chips.

Originally created by @thorrak on GitHub (Mar 28, 2022). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1381 As a result of [this change](https://github.com/tzapu/WiFiManager/commit/da02b59a21cff08f6e1c9858e06228622ecf9568#diff-71e2eff4cef6c58b55b7fa975c102042205487f444ac3a080c99de73280c12c6R68-R74), building in PlatformIO using upstreams that are not yet released versions results in an error. Example of un-released upstream in platformio.ini: ``` [env:esp32_s2_wifi] platform = https://github.com/platformio/platform-espressif32.git#feature/arduino-upstream ``` Error: `.pio/libdeps/esp32_s2_wifi/WiFiManager/WiFiManager.h:69:14: fatal error: core_version.h: No such file or directory` Using the feature/arduino-upstream platform is the recommended method for being able to compile for the ESP32-S2, amongst other chips.
kerem closed this issue 2026-02-28 01:28:54 +03:00
Author
Owner

@thorrak commented on GitHub (Mar 28, 2022):

PR added which resolves the bug

<!-- gh-comment-id:1081114541 --> @thorrak commented on GitHub (Mar 28, 2022): PR added which resolves the bug
Author
Owner

@tablatronix commented on GitHub (Mar 28, 2022):

I thought I removed this already?

<!-- gh-comment-id:1081252592 --> @tablatronix commented on GitHub (Mar 28, 2022): I thought I removed this already?
Author
Owner

@tablatronix commented on GitHub (Mar 28, 2022):

Well shoot my bad I thought I committed a fix already, oops

<!-- gh-comment-id:1081254141 --> @tablatronix commented on GitHub (Mar 28, 2022): Well shoot my bad I thought I committed a fix already, oops
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#1184
No description provided.