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

🗑️ cleanup deprecated idf 4.3 related code #431

Merged
merged 2 commits into from
Jun 3, 2024

Conversation

Vollbrecht
Copy link
Collaborator

No description provided.

@@ -45,31 +44,6 @@ mod esp_sntp {
pub use esp_sntp_stop as sntp_stop;
}

#[cfg(any(esp_idf_version_major = "4", esp_idf_version_minor = "0"))]
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this header for version 4.x and x.0 ?? If so i need to revert that back and change it to 5.1 and onwards

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess I meant to say "4.x" OR "5.0". But you are right, it needs fixing.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@Vollbrecht Vollbrecht requested a review from ivmarkov June 1, 2024 14:30
@Vollbrecht Vollbrecht merged commit 1c487e9 into esp-rs:master Jun 3, 2024
12 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