Skip to content

Commit afd9e88

Browse files
committed
Merge commit 'stash'
2 parents 8efdf0a + 0646f9c commit afd9e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ gerbers: ${PCB} ${MANUFACTURING_DIR}#drc
128128
# Screen size required for running headless
129129
# https://github.com/openscopeproject/InteractiveHtmlBom/wiki/Tips-and-Tricks
130130
${IBOM}: ${PCB}
131-
xvfb-run --auto-servernum --server-args "-screen 0 1024x768x24" ${IBOM_SCRIPT} $< --dnp-field DNP --group-fields "Value,Footprint" --blacklist "X1,MH*" --include-nets --normalize-field-case --no-browser --dest-dir ./ --name-format %f_%r_interactive_bom
131+
xvfb-run --auto-servernum --server-args "-screen 0 1024x768x24" ${IBOM_SCRIPT} $< --dnp-field DNP --group-fields "Value,Footprint,LCSC" --blacklist "X1,MH*" --include-nets --normalize-field-case --no-browser --dest-dir ./ --name-format %f_%r_interactive_bom
132132

133133

134134
${FABZIP}: board

0 commit comments

Comments
 (0)