This commit is contained in:
rusefillc 2024-01-01 13:23:17 -05:00
parent c97e73d4c8
commit 871f50cf33
4 changed files with 10 additions and 0 deletions

View File

@ -49,3 +49,5 @@
"215","750","10000","uaefi-a"
"300","1000","510","h112-mg1-b"
"301","1000","620","hd81-a"
"302","1000","750","uaefi-b"
"303","1000","1000","gdi4chan-a"

Can't render this file because it has a wrong number of fields in line 2.

View File

@ -0,0 +1,3 @@
# resistor | value | footprint | part_number
"R133","1000","R0603","C21190"
"R134","1000","R0603","C21190"
Can't render this file because it has a wrong number of fields in line 2.

View File

@ -0,0 +1,3 @@
# resistor | value | footprint | part_number
"R133","1000","R0603","C21190"
"R134","750","R0603","C23241"
Can't render this file because it has a wrong number of fields in line 2.

View File

@ -54,6 +54,8 @@
#python3 gen_hellen_board_id.py h112-mg1-b
python3 gen_hellen_board_id.py hd81-a
python3 gen_hellen_board_id.py uaefi-b
python3 gen_hellen_board_id.py gdi4chan-a
# do not forget to manually add new files into git
# todo: one day make this a github action?