mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-06-10 04:23:32 +00:00
fix(web): allow up to 24 panels in chain length config (#366)
Raises the Chain Length input's max from 8 to 24 to support longer LED panel strings. Co-authored-by: Chuck <chuck@example.com>
This commit is contained in:
@@ -68,7 +68,7 @@
|
|||||||
name="chain_length"
|
name="chain_length"
|
||||||
value="{{ main_config.display.hardware.chain_length or 2 }}"
|
value="{{ main_config.display.hardware.chain_length or 2 }}"
|
||||||
min="1"
|
min="1"
|
||||||
max="8"
|
max="24"
|
||||||
class="form-control">
|
class="form-control">
|
||||||
<p class="mt-1 text-sm text-gray-600">Number of LED panels chained together</p>
|
<p class="mt-1 text-sm text-gray-600">Number of LED panels chained together</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user