From 45df430fab4c234617ffa93d2cdb55098c6e4e31 Mon Sep 17 00:00:00 2001 From: Unreal-Dan <72595612+Unreal-Dan@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:32:46 -0800 Subject: [PATCH] tried to pin fastled to 3.7.6 (#270) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 29d251914d..8d71cc1532 100644 --- a/Makefile +++ b/Makefile @@ -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) \