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

Disable SDMMC code when the configuration is off #175

Merged
merged 1 commit into from
Feb 6, 2024
Merged

Disable SDMMC code when the configuration is off #175

merged 1 commit into from
Feb 6, 2024

Conversation

45gfg9
Copy link
Contributor

@45gfg9 45gfg9 commented Feb 6, 2024

The SDMMC code should be excluded from compilation when CONFIG_LITTLEFS_SDMMC_SUPPORT is off. I am using PlatformIO + Arduino as an ESP-IDF component setup, which, currently stays at IDF v4.4.5. The SDMMC code was compiled anyway, throwing lots of errors. This pull request solves this and makes the library usable with IDF v4.

@BrianPugh BrianPugh merged commit b8001cc into joltwallet:master Feb 6, 2024
7 checks passed
@BrianPugh
Copy link
Member

thank you! This included in the new release v1.14.1!

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