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

Missing Spi.end() before RegConfigSettings() caused ESP32-C3 to hang #161

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 26, 2024

  1. 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.
    fleibede committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    9b15376 View commit details
    Browse the repository at this point in the history