Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Missing Spi.end() before RegConfigSettings() caused ESP32-C3 to hang
RegConfigSettings() also does SPI.begin() and SPI.end(), which seems to make the code stop since there was two SPI.begin() wihtout an SPI.end() in between. Moving SpiEnd() to before RegConfigSettings() matches the Spi.begin() from SpiStart() and solves the issue.
- Loading branch information