From 62a6d3c2471fce242499197f3b9dd3c01ed9c8e9 Mon Sep 17 00:00:00 2001 From: Dan Date: Mon, 9 Dec 2024 19:59:40 -0800 Subject: [PATCH] pinned spark fastled at 3.7.6 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2dd51adf9a..fa0b3a0d4a 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) \