mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-03 19:04:26 +02:00
debug error check (#731)
This commit is contained in:
@@ -566,7 +566,7 @@ public:
|
|||||||
|
|
||||||
bool IsReadyToUpdate() const
|
bool IsReadyToUpdate() const
|
||||||
{
|
{
|
||||||
return (ESP_OK == rmt_wait_tx_done(_channel.RmtChannelNumber, 0));
|
return (ESP_OK == ESP_ERROR_CHECK_WITHOUT_ABORT(rmt_wait_tx_done(_channel.RmtChannelNumber, 0)));
|
||||||
}
|
}
|
||||||
|
|
||||||
void Initialize()
|
void Initialize()
|
||||||
|
Reference in New Issue
Block a user