mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 13:46:44 -04:00
Decode ArmorBlock status register from PLC and surface individual statuses on Match Play page.
This commit is contained in:
@@ -123,6 +123,9 @@
|
||||
<p>
|
||||
<span class="label label-scoring" id="plcStatus"></span><br />
|
||||
<span class="label label-scoring" id="fieldEstop">E-Stop</span>
|
||||
{{range $name, $status := .PlcArmorBlockStatuses}}
|
||||
<br /><span class="label label-scoring" id="plc{{$name}}Status">{{$name}}</span>
|
||||
{{end}}
|
||||
</p>
|
||||
{{end}}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user