Files
Carah Camron 89e773b363
Some checks failed
Component Check / Generate_BOM (push) Failing after 21s
adds .allspice
2026-04-21 21:35:49 +00:00

22 lines
493 B
Markdown

## BOM Report
*Checking:*
- *Valid `Part Number` attribute*
- *Valid `Temperature` attribute within bounds: `{{ min_temp }}°C` to `{{ max_temp }}°C`*
### Warnings
{% for component in component_warnings %}
**{{ ', '.join(component.refs) }}{% if component.part_number %} ({{ component.part_number }}){%endif%}** warnings:
{% for warning in component.warnings %}
{{ warning }}
{% endfor %}
{% endfor %}
### Summary
`{{warning_count}}` of `{{total_components}}` components have warnings