Skip to content

Commit

Permalink
tried to pin fastled to 3.7.6 (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan authored Dec 9, 2024
1 parent 47294b1 commit 45df430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ install:
$(ARDUINO_CLI) lib update-index
$(ARDUINO_CLI) core update-index --config-file $(CONFIG_FILE)
$(ARDUINO_CLI) core install esp32:esp32 --config-file $(CONFIG_FILE)
$(ARDUINO_CLI) lib install FastLED
$(ARDUINO_CLI) lib install FastLED@3.7.6

build: compute_version
$(ARDUINO_CLI) compile --fqbn $(BOARD) $(PROJECT_NAME) \
Expand Down

0 comments on commit 45df430

Please sign in to comment.