diff --git a/board_id/board_ids.csv b/board_id/board_ids.csv index 0e2e6e1..3c34340 100644 --- a/board_id/board_ids.csv +++ b/board_id/board_ids.csv @@ -56,3 +56,4 @@ "306","1000","1800","154hyundai-e" "307","1000","2200","h112-mg1-c" "308","1000","2700","uaefi121-a" +"309","1000","3300","polaris-112-a" diff --git a/board_id/generated/board_id_polaris-112-a.csv b/board_id/generated/board_id_polaris-112-a.csv new file mode 100644 index 0000000..2665a0a --- /dev/null +++ b/board_id/generated/board_id_polaris-112-a.csv @@ -0,0 +1,3 @@ +# resistor | value | footprint | part_number +"R133","1000","R0603","C21190" +"R134","3300","R0603","C22978" diff --git a/board_id/test.sh b/board_id/test.sh index 14371f2..4676ef7 100755 --- a/board_id/test.sh +++ b/board_id/test.sh @@ -60,7 +60,8 @@ #python3 gen_hellen_board_id.py hd81-b #python3 gen_hellen_board_id.py 154hyundai-e #python3 gen_hellen_board_id.py h112-mg1-c -python3 gen_hellen_board_id.py uaefi121-a +#python3 gen_hellen_board_id.py uaefi121-a +python3 gen_hellen_board_id.py polaris-112-a # do not forget to manually add new files into git # todo: one day make this a github action?