mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Remove max LED number constraint from Matrix layout (#1805)
This commit is contained in:
@@ -124,13 +124,11 @@
|
||||
"ledshoriz": {
|
||||
"type": "integer",
|
||||
"minimum": 0,
|
||||
"maximum": 50,
|
||||
"default": 0
|
||||
},
|
||||
"ledsvert": {
|
||||
"type": "integer",
|
||||
"minimum": 0,
|
||||
"maximum": 50,
|
||||
"default": 0
|
||||
},
|
||||
"cabling": {
|
||||
|
Reference in New Issue
Block a user