This commit is contained in:
rusefi 2023-09-29 20:24:27 -04:00
parent 2b84ae0eb3
commit 5551ace11f
3 changed files with 5 additions and 0 deletions

View File

@ -44,3 +44,4 @@
"210","750","3900","alpha2ch-g"
"211","750","4700","h112-17-a"
"212","750","5600","h112-mg1-a"
"213","750","6800","h112-17-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","750","R0603","C23241"
"R134","6800","R0603","C23212"
Can't render this file because it has a wrong number of fields in line 2.

View File

@ -48,6 +48,7 @@
#python3 gen_hellen_board_id.py alpha2ch-g
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
# do not forget to manually add new files into git
# todo: one day make this a github action?