Skip to content

Commit 2dc5304

Browse files
committed
e38-b ID 408
1 parent 1e8e76d commit 2dc5304

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

board_id/board_ids.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,4 @@
7171
"405","1200","1500","uaefi-pro-e"
7272
"406","1200","1800","super-uaefi-a"
7373
"407","1200","2200","135subaru2011-b"
74+
"408","1200","2700","gm-e38-b"
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","2700","R0603","C13167"

board_id/test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@
7575
#python3 gen_hellen_board_id.py hw-nano-a
7676
#python3 gen_hellen_board_id.py uaefi-pro-e
7777
#python3 gen_hellen_board_id.py super-uaefi-a
78-
python3 gen_hellen_board_id.py 135subaru2011-b
78+
#python3 gen_hellen_board_id.py 135subaru2011-b
79+
python3 gen_hellen_board_id.py gm-e38-b
7980

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

0 commit comments

Comments
 (0)