Merge pull request #4589 from PaoloTK/add_last_output_warning

Add warning about unconfigurable outputs
This commit is contained in:
netmindz 2025-03-11 08:13:42 +00:00 committed by GitHub
commit 7b521c7c40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -789,8 +789,11 @@ Swap: <select id="xw${s}" name="XW${s}">
</div>
</div>
<h3>Hardware setup</h3>
<div id="mLC">LED outputs:</div>
<div id="mLC">
LED outputs:<br>
<hr class="sml">
<i>Only last output can be changed. Remove to edit others.</i><br>
</div>
<button type="button" id="+" onclick="addLEDs(1,false)">+</button>
<button type="button" id="-" onclick="addLEDs(-1,false)">-</button><br>
LED memory usage: <span id="m0">0</span> / <span id="m1">?</span> B<br>