Skip to content

Fix ESP8266 framework version selection - #3862

Merged
blazoncek merged 1 commit into
wled:0_15from
willmmiles:fix-esp8266-platform-selection
Mar 29, 2024
Merged

Fix ESP8266 framework version selection#3862
blazoncek merged 1 commit into
wled:0_15from
willmmiles:fix-esp8266-platform-selection

Conversation

@willmmiles

Copy link
Copy Markdown
Member

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.
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.

2 participants