-
Notifications
You must be signed in to change notification settings - Fork 133
Closed
Labels
blockingperipheralsrelated to peripheral support such as SPI, I2C, etc...related to peripheral support such as SPI, I2C, etc...platform:esp32ESP32 platform specificESP32 platform specificuser-experience
Milestone
Description
The ESP32 SPI driver returns the error atom in some cases when an error occurs in IDF SDK functions. This gives users no idea of what went wrong or why.
We should fix this so that the driver returns an informative error message (or tuple), preferably with an atomic mnemonic that reflects the error code, or the error code (as an integer).
UncleGrumpy
Metadata
Metadata
Assignees
Labels
blockingperipheralsrelated to peripheral support such as SPI, I2C, etc...related to peripheral support such as SPI, I2C, etc...platform:esp32ESP32 platform specificESP32 platform specificuser-experience