Skip to content

Conversation

t1ngyu
Copy link

@t1ngyu t1ngyu commented Dec 11, 2021

Init HSPI first, the spi.begin() in SDFS::begin() will do nothing, so no need to modify the system's esp32 library.

{

SPIClass* sd_spi = new SPIClass(HSPI); // another SPI
sd_spi->begin(14, 26, 13, 15); // Replace default HSPI pins

Choose a reason for hiding this comment

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

Prefert add macro like #define SD_SCL XX on top of file.

Choose a reason for hiding this comment

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

What's more, remove the related description about modifing library in README.md.

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