Skip to content

Commit 6d6cd60

Browse files
committed
Revert "Fix ESP8266 DMA off-by-one"
This reverts commit 4995f05.
1 parent 95849e9 commit 6d6cd60

File tree

4 files changed

+0
-138
lines changed

4 files changed

+0
-138
lines changed

lib/NeoESP8266DMAFix/include/NeoEsp8266DmaMethodFix.h

Lines changed: 0 additions & 122 deletions
This file was deleted.

lib/NeoESP8266DMAFix/library.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

platformio.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ lib_deps =
205205
ESPAsyncUDP
206206
ESP8266PWM
207207
${env.lib_deps}
208-
NeoESP8266DMAFix
209208

210209
;; compatibilty flags - same as 0.14.0 which seems to work better on some 8266 boards. Not using PIO_FRAMEWORK_ARDUINO_MMU_CACHE16_IRAM48
211210
build_flags_compat =

wled00/bus_wrapper.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44

55
//#define NPB_CONF_4STEP_CADENCE
66
#include "NeoPixelBusLg.h"
7-
#ifdef ARDUINO_ARCH_ESP8266
8-
#include <NeoEsp8266DmaMethodFix.h>
9-
#endif
107

118
//Hardware SPI Pins
129
#define P_8266_HS_MOSI 13

0 commit comments

Comments
 (0)