154hyundai-e ID

This commit is contained in:
Vladimir Vinogradov 2024-05-13 22:31:01 +03:00
parent c274463974
commit 398e4314e6
3 changed files with 6 additions and 1 deletions

View File

@ -53,3 +53,4 @@
"303","1000","1000","gdi4chan-a"
"304","1000","1200","alphax_bronze-a"
"305","1000","1500","hd81-b"
"306","1000","1800","154hyundai-e"

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","1800","R0603","C4177"
Can't render this file because it has a wrong number of fields in line 2.

View File

@ -57,7 +57,8 @@
#python3 gen_hellen_board_id.py uaefi-b
#python3 gen_hellen_board_id.py gdi4chan-a
#python3 gen_hellen_board_id.py alphax_bronze-a
python3 gen_hellen_board_id.py hd81-b
#python3 gen_hellen_board_id.py hd81-b
python3 gen_hellen_board_id.py 154hyundai-e
# do not forget to manually add new files into git
# todo: one day make this a github action?