SmartRC-CC1101-Driver-Lib icon indicating copy to clipboard operation
SmartRC-CC1101-Driver-Lib copied to clipboard

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

Open fleibede opened this issue 7 months ago • 1 comments

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.

Using Arduino 2.3.2 and esp32 arduino core 3.0.3

fleibede avatar Jul 26 '24 16:07 fleibede