GDI-4chan-b ID

This commit is contained in:
Vladimir Vinogradov 2024-09-11 04:59:52 +03:00
parent 1aea4cba9d
commit 9881ec3bec
3 changed files with 6 additions and 1 deletions

View File

@ -58,3 +58,4 @@
"308","1000","2700","uaefi121-a"
"309","1000","3300","polaris-112-a"
"310","1000","3900","uaefi121-b"
"311","1000","4700","gdi4chan-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","4700","R0603","C23162"
Can't render this file because it has a wrong number of fields in line 2.

View File

@ -62,7 +62,8 @@
#python3 gen_hellen_board_id.py h112-mg1-c
#python3 gen_hellen_board_id.py uaefi121-a
#python3 gen_hellen_board_id.py polaris-112-a
python3 gen_hellen_board_id.py uaefi121-b
#python3 gen_hellen_board_id.py uaefi121-b
python3 gen_hellen_board_id.py gdi4chan-b
# do not forget to manually add new files into git
# todo: one day make this a github action?