Skip to content

Commit 8ac5b44

Browse files
authored
Merge pull request wled#5148 from willmmiles/0_15-npb-894
0.15 - Replace wled#5138 with upstream NeoPixelBus fix
2 parents 95849e9 + 5e92d23 commit 8ac5b44

File tree

4 files changed

+1
-139
lines changed

4 files changed

+1
-139
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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ lib_compat_mode = strict
138138
lib_deps =
139139
fastled/FastLED @ 3.6.0
140140
IRremoteESP8266 @ 2.8.2
141-
makuna/NeoPixelBus @ 2.8.3
141+
https://github.com/Makuna/NeoPixelBus.git#a0919d1c10696614625978dd6fb750a1317a14ce
142142
https://github.com/Aircoookie/ESPAsyncWebServer.git#v2.4.2
143143
# for I2C interface
144144
;Wire
@@ -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)