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

Commits on Mar 29, 2024

  1. Select ESP8266 framework version via platform

    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.
    willmmiles committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    2900bda View commit details
    Browse the repository at this point in the history