From 6c9270f4cd0cd5518634db91f9ce1e2abb72e817 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Mon, 14 Jan 2019 17:32:08 -0800 Subject: [PATCH] Update NeoEsp8266DmaMethod.h (#246) --- src/internal/NeoEsp8266DmaMethod.h | 4 ---- 1 file changed, 4 deletions(-) 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;