Fix ESP8266 DMA off-by-one
Shim in https://github.com/Makuna/NeoPixelBus/pull/894 until approved by upstream. Fixes #4906 and #5136.
This commit is contained in:
12
lib/NeoESP8266DMAFix/library.json
Normal file
12
lib/NeoESP8266DMAFix/library.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "NeoESP8266DMAFix",
|
||||
"build": { "libArchive": false },
|
||||
"platforms": ["espressif8266"],
|
||||
"dependencies": [
|
||||
{
|
||||
"owner": "makuna",
|
||||
"name": "NeoPixelBus",
|
||||
"version": "2.8.3"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user