Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing core_version.h when building using non-finalized platforms #1381

Closed
thorrak opened this issue Mar 28, 2022 · 3 comments · Fixed by #1382
Closed

Missing core_version.h when building using non-finalized platforms #1381

thorrak opened this issue Mar 28, 2022 · 3 comments · Fixed by #1382

Comments

@thorrak
Copy link
Contributor

thorrak commented Mar 28, 2022

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.

@thorrak
Copy link
Contributor Author

thorrak commented Mar 28, 2022

PR added which resolves the bug

@tablatronix
Copy link
Collaborator

I thought I removed this already?

@tablatronix
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants