Architecture or board not supported with ESP32 and SD Library #1590
Labels
conclusion: duplicate
Has already been submitted
conclusion: invalid
Issue/PR not valid
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Describe the bug
When I try to compile some ESP32 code that uses SD library, the following message appears:
I think this is a bug because the exact same code compiles (and works) within Arduino IDE 1.18.
I think it is using the default Arduino SD library instead SD library of Espressif that was installed with the board via board manager (https://github.com/espressif/arduino-esp32/tree/master/libraries).
To Reproduce
Steps to reproduce the behavior:
Import ESP32 boards:
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
and click at OK button.Select Board
Code
Use this simple sketch and try to compile
Expected behavior
The code should compile
Desktop (please complete the following information):
Additional context
In some tests, using v2.0 of esp boards, the code works.
The text was updated successfully, but these errors were encountered: