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

error codes not hex formatted (IDFGH-11071) #12246

Closed
rottaran opened this issue Sep 14, 2023 · 1 comment
Closed

error codes not hex formatted (IDFGH-11071) #12246

rottaran opened this issue Sep 14, 2023 · 1 comment
Assignees
Labels
Resolution: NA Issue resolution is unavailable Status: Done Issue is done internally

Comments

@rottaran
Copy link

The diskio implementation outputs error codes as decimal numbers, for example 257. These cannot be found with internet search, because the ESP-IDF documentation uses hexadecimal coding, for example 0x101. For instance in

ESP_LOGE(TAG, "sdmmc_write_blocks failed (%d)", err);

This makes diagnostics more difficult than necessary.

@github-actions github-actions bot changed the title error codes not hex formatted error codes not hex formatted (IDFGH-11071) Sep 14, 2023
@espressif-bot espressif-bot added the Status: Opened Issue is new label Sep 14, 2023
@espressif-bot espressif-bot added Status: Reviewing Issue is being reviewed and removed Status: Opened Issue is new labels Jan 29, 2024
@espressif-bot espressif-bot added Status: Done Issue is done internally Resolution: NA Issue resolution is unavailable and removed Status: Reviewing Issue is being reviewed labels Feb 6, 2024
@Alvin1Zhang
Copy link
Collaborator

Thanks for reporting, fix is available 590ebd3, feel free to reopen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: NA Issue resolution is unavailable Status: Done Issue is done internally
Projects
None yet
Development

No branches or pull requests

4 participants