Silver-b ID

This commit is contained in:
Vladimir Vinogradov 2024-12-17 23:46:32 +03:00
parent 38f721a8d1
commit e3df4a27b8
3 changed files with 6 additions and 1 deletions

View File

@ -60,3 +60,4 @@
"310","1000","3900","uaefi121-b"
"311","1000","4700","gdi4chan-b"
"312","1000","5600","hd81-d"
"313","1000","6800","alphax_silver-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","6800","R0603","C23212"
Can't render this file because it has a wrong number of fields in line 2.

View File

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