We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7daea18 commit d3954b9Copy full SHA for d3954b9
.gitignore
@@ -15,6 +15,7 @@ wled-update.sh
15
16
/build_output/
17
/node_modules/
18
+/logs/
19
20
/wled00/extLibs
21
/wled00/LittleFS
platformio.ini
@@ -138,7 +138,7 @@ lib_compat_mode = strict
138
lib_deps =
139
fastled/FastLED @ 3.6.0
140
IRremoteESP8266 @ 2.8.2
141
- makuna/NeoPixelBus @ 2.8.0
+ makuna/NeoPixelBus @ 2.8.3
142
#https://github.com/makuna/NeoPixelBus.git#CoreShaderBeta
143
https://github.com/Aircoookie/ESPAsyncWebServer.git#v2.2.1
144
# for I2C interface
0 commit comments