From 0f14d64c5e075f4609e86d6244e5aa79c62aae4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Procha=CC=81zka?= <90197375+P-R-O-C-H-Y@users.noreply.github.com> Date: Tue, 2 May 2023 13:16:46 +0200 Subject: [PATCH 1/2] Added 2 new libs + removed unnecessary multiple examples --- .github/workflows/lib.json | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lib.json b/.github/workflows/lib.json index c237537bd38..4a5f6bf9036 100644 --- a/.github/workflows/lib.json +++ b/.github/workflows/lib.json @@ -19,9 +19,6 @@ "name": "ESP32Servo", "exclude_targets": [], "sketch_path": [ - "~/Arduino/libraries/ESP32Servo/examples/Knob/Knob.ino", - "~/Arduino/libraries/ESP32Servo/examples/Sweep/Sweep.ino", - "~/Arduino/libraries/ESP32Servo/examples/PWMExample/PWMExample.ino", "~/Arduino/libraries/ESP32Servo/examples/Multiple-Servo-Example-Arduino/Multiple-Servo-Example-Arduino.ino" ] }, @@ -51,5 +48,19 @@ "sketch_path": [ "~/Arduino/libraries/IRremote/examples/SendDemo/SendDemo.ino" ] + }, + { + "name": "MFRC522", + "exclude_targets": [], + "sketch_path": [ + "~/Arduino/libraries/MFRC522/examples/ReadUidMultiReader/ReadUidMultiReader.ino" + ] + }, + { + "name": "WS2812FX", + "exclude_targets": [], + "sketch_path": [ + "~/Arduino/libraries/WS2812FX/examples/ws2812fx_matrix/ws2812fx_matrix.ino" + ] } ] \ No newline at end of file From 68cdf1b99ad48ab6aea23192078a9c709666dccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Procha=CC=81zka?= <90197375+P-R-O-C-H-Y@users.noreply.github.com> Date: Tue, 2 May 2023 14:07:35 +0200 Subject: [PATCH 2/2] Change example for WS2812FX lib --- .github/workflows/lib.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lib.json b/.github/workflows/lib.json index 4a5f6bf9036..453267a2d2d 100644 --- a/.github/workflows/lib.json +++ b/.github/workflows/lib.json @@ -60,7 +60,7 @@ "name": "WS2812FX", "exclude_targets": [], "sketch_path": [ - "~/Arduino/libraries/WS2812FX/examples/ws2812fx_matrix/ws2812fx_matrix.ino" + "~/Arduino/libraries/WS2812FX/examples/ws2812fx_spi/ws2812fx_spi.ino" ] } ] \ No newline at end of file