mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-27 19:57:38 +00:00
[P128] [Build] Fix pio config issue, revert NeoPixelBus library to previous version (C++17 compatibility errors)
This commit is contained in:
@@ -26,7 +26,7 @@ lib_deps =
|
||||
I2Cdevlib-Core
|
||||
ITG3205
|
||||
LOLIN_EPD
|
||||
Makuna/NeoPixelBus
|
||||
Makuna/NeoPixelBus @ 2.6.9
|
||||
Multi Channel Relay Arduino Library
|
||||
ShiftRegister74HC595_NonTemplate
|
||||
SparkFun ADXL345 Arduino Library
|
||||
|
||||
@@ -36,7 +36,8 @@ extra_scripts = ${esp32s2_common.extra_scripts}
|
||||
[env:neopixel_ESP32s2_4M316k]
|
||||
extends = esp32s2_common
|
||||
board = esp32s2
|
||||
lib_deps = ${esp32s2_common.lib_deps}, ServoESP32
|
||||
lib_deps = ${esp32s2_common.lib_deps}
|
||||
ServoESP32
|
||||
build_flags = ${esp32s2_common.build_flags}
|
||||
-DFEATURE_ARDUINO_OTA
|
||||
-DPLUGIN_NEOPIXEL_COLLECTION
|
||||
|
||||
@@ -59,7 +59,7 @@ lib_deps =
|
||||
I2Cdevlib-Core
|
||||
ITG3205
|
||||
LOLIN_EPD
|
||||
Makuna/NeoPixelBus
|
||||
Makuna/NeoPixelBus @ 2.6.9
|
||||
Multi Channel Relay Arduino Library
|
||||
ShiftRegister74HC595_NonTemplate
|
||||
SparkFun ADXL345 Arduino Library
|
||||
|
||||
Reference in New Issue
Block a user