diff --git a/src/internal/NeoEsp8266DmaMethod.h b/src/internal/NeoEsp8266DmaMethod.h index ec1a842..d6ab582 100644 --- a/src/internal/NeoEsp8266DmaMethod.h +++ b/src/internal/NeoEsp8266DmaMethod.h @@ -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;