mirror of
https://github.com/wled/WLED.git
synced 2025-04-19 12:27:17 +00:00
usermod/pixels_dice_try: Add missing dep
The "arduino-pixels-dice" library needs the ESP32 BLE subsystem, but doesn't explicitly depend on it.
This commit is contained in:
parent
1688546519
commit
f72b5d04e8
@ -2,6 +2,7 @@
|
||||
"name:": "pixels_dice_tray",
|
||||
"build": { "libArchive": false},
|
||||
"dependencies": {
|
||||
"arduino-pixels-dice":"https://github.com/axlan/arduino-pixels-dice.git"
|
||||
"arduino-pixels-dice":"https://github.com/axlan/arduino-pixels-dice.git",
|
||||
"ESP32 BLE Arduino":"*"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user