From 58b0ed3362fa9481443bac95cb73fe92b0cf1a92 Mon Sep 17 00:00:00 2001 From: Jan-Henrik Bruhn Date: Sat, 8 Feb 2025 12:23:25 +0100 Subject: [PATCH] Fix library names --- .github/workflows/compile-sketch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile-sketch.yml b/.github/workflows/compile-sketch.yml index 336dd12..8354638 100644 --- a/.github/workflows/compile-sketch.yml +++ b/.github/workflows/compile-sketch.yml @@ -23,5 +23,5 @@ jobs: sketch-paths: | - firmware/ libraries: | - - name: Adafruit_NeoPixel - - name: Adafruit_MPU6050 + - name: Adafruit NeoPixel + - name: Adafruit MPU6050