Skip to content

Commit 1e8e76d

Browse files
committed
subaru135-b ID 407
1 parent b8620cf commit 1e8e76d

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
@@ -70,3 +70,4 @@
7070
"404","1200","1200","hw-nano-a"
7171
"405","1200","1500","uaefi-pro-e"
7272
"406","1200","1800","super-uaefi-a"
73+
"407","1200","2200","135subaru2011-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","2200","R0603","C4190"

board_id/test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@
7474
#python3 gen_hellen_board_id.py 135subaru2011-a
7575
#python3 gen_hellen_board_id.py hw-nano-a
7676
#python3 gen_hellen_board_id.py uaefi-pro-e
77-
python3 gen_hellen_board_id.py super-uaefi-a
77+
#python3 gen_hellen_board_id.py super-uaefi-a
78+
python3 gen_hellen_board_id.py 135subaru2011-b
7879

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

0 commit comments

Comments
 (0)