forked from Makuna/NeoPixelBus
Update NeoEsp8266DmaMethod.h (#246)
This commit is contained in:
@@ -143,8 +143,6 @@ public:
|
||||
|
||||
~NeoEsp8266DmaMethodBase()
|
||||
{
|
||||
digitalWrite(4, HIGH);
|
||||
|
||||
uint8_t waits = 1;
|
||||
while (!IsReadyToUpdate())
|
||||
{
|
||||
@@ -160,8 +158,6 @@ public:
|
||||
yield();
|
||||
}
|
||||
|
||||
digitalWrite(4, LOW);
|
||||
|
||||
StopDma();
|
||||
|
||||
s_this = nullptr;
|
||||
|
Reference in New Issue
Block a user