needed to update neopixel library

This commit is contained in:
folkert van heusden 2023-03-17 19:27:17 +01:00
parent d785a260d9
commit 85680260b0
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1

View file

@ -11,7 +11,7 @@ framework = arduino
monitor_speed = 115200
upload_speed = 1000000
lib_deps = greiman/SdFat@^2.1.2
adafruit/Adafruit NeoPixel@^1.10.4
adafruit/Adafruit NeoPixel
build_flags = -std=gnu++17 -Ofast -DESP32=1 -ggdb3 -D_GLIBCXX_USE_C99
build_unflags = -std=gnu++11 -Os