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

Fix ESP8266 framework version selection #3862

Merged

Conversation

willmmiles
Copy link
Contributor

By explicitly listing an unversioned framework dependency in 'platform_packages', we were overriding the framework version selection via the 'platform'. This was allowing PlatformIO to select any random framework version based on whatever local cache each build system has.

Remove this line to allow 'platform' to add the framework dependency with the expected version.

Ref: #3853

By explicitly listing an unversioned framework dependency in
'platform_packages', we were overriding the selection via the 'platform'
specification, allowing PlatformIO to select any random version.
Remove this line to allow 'platform' to add the framework dependency
with the expected version.
@blazoncek blazoncek merged commit 6f38874 into Aircoookie:0_15 Mar 29, 2024
17 checks passed
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 this pull request may close these issues.

None yet

2 participants