Skip to content

Added SPI dependency#92

Open
Viproz wants to merge 9 commits intoLSatan:masterfrom
Viproz:master
Open

Added SPI dependency#92
Viproz wants to merge 9 commits intoLSatan:masterfrom
Viproz:master

Conversation

@Viproz
Copy link
Copy Markdown

@Viproz Viproz commented Oct 24, 2021

In order to use this library in ESP Home I had to specify the SPI requirement for it to compile.

Viproz and others added 9 commits October 24, 2021 21:18
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.
Missing Spi.end() before RegConfigSettings() caused ESP32-C3 to hang
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