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

Remove official support for older ESP32 IDF versions: 4.3, 4.4 and 5.0. #2882

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

slaff
Copy link
Contributor

@slaff slaff commented Sep 12, 2024

It is highly recommended to upgrade to version 5.2 if not done yet.
Related to #2732.

It is highly recommended to upgrade to version 5.2 if not done yet.
@slaff slaff added this to the 6.0.0 milestone Sep 12, 2024
Copy link

what-the-diff bot commented Sep 12, 2024

PR Summary

  • Updated GitHub Actions CI workflow for ESP32

    • The continuous integration (CI) workflow has been simplified on ESP32 by supporting only newer version 5.2, and no longer older versions 4.3 and 4.4, making workflow more manageable. The Python setup too has been streamlined to always use version 3.12.
  • Modifications on library workflow

    • The changes include a switch to use only the default IDF version (5.2), removing the constraints that were previously associated with the older versions, beneficial in terms of efficiency and ease of use.
  • Readme file updates

    • The README has been updated to reflect the new focus on version 5.2. User guidance now specifically indicates discontinuation of support for older versions (4.3, 4.4, 5.0), ensuring users always have the most relevant and up-to-date information.
  • Warnings in the makefile

    • Notifications in the makefile have been rephrased to underline the importance of upgrading to version 5.2. This will help avoid confusion or issues due to outdated IDF versions.

@slaff slaff merged commit c79add6 into SmingHub:develop Sep 16, 2024
32 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.

2 participants