Skip to content

Commit a7f849a

Browse files
committed
e38-c ID
1 parent 2a69f26 commit a7f849a

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

board_id/board_ids.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,4 @@
7272
"406","1200","1800","super-uaefi-a"
7373
"407","1200","2200","135subaru2011-b"
7474
"408","1200","2700","gm-e38-b"
75+
"409","1200","3300","gm-e38-c"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# resistor | value | footprint | part_number
2+
"R133","1200","R0603","C22765"
3+
"R134","3300","R0603","C22978"

board_id/test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@
7676
#python3 gen_hellen_board_id.py uaefi-pro-e
7777
#python3 gen_hellen_board_id.py super-uaefi-a
7878
#python3 gen_hellen_board_id.py 135subaru2011-b
79-
python3 gen_hellen_board_id.py gm-e38-b
79+
#python3 gen_hellen_board_id.py gm-e38-b
80+
python3 gen_hellen_board_id.py gm-e38-c
8081

8182
# do not forget to manually add new files into git
8283
# todo: one day make this a github action?

0 commit comments

Comments
 (0)