This commit is contained in:
rusefi 2023-10-25 23:29:17 -04:00
parent fb21707bcb
commit b1bdb70685
5 changed files with 13 additions and 2 deletions

View File

@ -46,3 +46,5 @@
"212","750","5600","h112-mg1-a"
"213","750","6800","h112-17-b"
"214","750","8200","alpha8ch-c"
"215","750","10000","uaefi-a"
"300","1000","510","h112-mg1-b"

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","510","R0603","C23193"
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","750","R0603","C23241"
"R134","10000","R0603","C25804"
Can't render this file because it has a wrong number of fields in line 2.

@ -1 +1 @@
Subproject commit 53e6a6c69e816b08def154d47827cbc1c1bc5b49
Subproject commit 3499268c89a4c1d541970d3afc35a27defc7b44e

View File

@ -49,7 +49,10 @@
#python3 gen_hellen_board_id.py h112-17-a
#python3 gen_hellen_board_id.py h112-mg1-a
#python3 gen_hellen_board_id.py h112-17-b
python3 gen_hellen_board_id.py alpha8ch-c
#python3 gen_hellen_board_id.py alpha8ch-c
python3 gen_hellen_board_id.py uaefi-a
python3 gen_hellen_board_id.py h112-mg1-b
# do not forget to manually add new files into git
# todo: one day make this a github action?