You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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-idf/components/fatfs/diskio/diskio_sdmmc.c
Line 68 in 2bc1f2f
This makes diagnostics more difficult than necessary.
The text was updated successfully, but these errors were encountered: