Skip to content

Commit 9ab8981

Browse files
author
Geoffroy Arenou
committed
FastLed bug : fix version
1 parent c633b0f commit 9ab8981

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

platformio.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ monitor_filters =
4444
monitor_echo = yes
4545
monitor_eol = LF
4646
lib_deps =
47+
; on utilise la version 3.9.16 de FastLED car la 3.9.17 est bugguée: error: 'LookaheadMode' has not been declared
4748
waspinator/AccelStepper@^1.64
4849
;adafruit/Adafruit NeoPixel@^1.12.3
49-
fastled/FastLED@^3.9.16
50+
fastled/FastLED@3.9.16
5051
robotis-git/Dynamixel2Arduino@^0.8.0
5152
adafruit/Adafruit SSD1306@^2.5.16
5253

0 commit comments

Comments
 (0)