Added 2 new libs + removed unnecessary multiple examples (#8145)
This commit is contained in:
parent
237a3fe96c
commit
98f6d783cb
1 changed files with 14 additions and 3 deletions
17
.github/workflows/lib.json
vendored
17
.github/workflows/lib.json
vendored
|
|
@ -19,9 +19,6 @@
|
||||||
"name": "ESP32Servo",
|
"name": "ESP32Servo",
|
||||||
"exclude_targets": [],
|
"exclude_targets": [],
|
||||||
"sketch_path": [
|
"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"
|
"~/Arduino/libraries/ESP32Servo/examples/Multiple-Servo-Example-Arduino/Multiple-Servo-Example-Arduino.ino"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -51,5 +48,19 @@
|
||||||
"sketch_path": [
|
"sketch_path": [
|
||||||
"~/Arduino/libraries/IRremote/examples/SendDemo/SendDemo.ino"
|
"~/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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
Loading…
Reference in a new issue