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:
Chuck
2026-06-09 21:31:07 -04:00
committed by GitHub
parent bc027c921d
commit a06682981c

View File

@@ -68,7 +68,7 @@
name="chain_length"
value="{{ main_config.display.hardware.chain_length or 2 }}"
min="1"
max="8"
max="24"
class="form-control">
<p class="mt-1 text-sm text-gray-600">Number of LED panels chained together</p>
</div>