diff --git a/board_id/board_ids.csv b/board_id/board_ids.csv index e90b4be..73768dc 100644 --- a/board_id/board_ids.csv +++ b/board_id/board_ids.csv @@ -61,3 +61,4 @@ "311","1000","4700","gdi4chan-b" "312","1000","5600","hd81-d" "313","1000","6800","alphax_silver-b" +"314","1000","8200","chuma-a" diff --git a/board_id/generated/board_id_chuma-a.csv b/board_id/generated/board_id_chuma-a.csv new file mode 100644 index 0000000..2da1c70 --- /dev/null +++ b/board_id/generated/board_id_chuma-a.csv @@ -0,0 +1,3 @@ +# resistor | value | footprint | part_number +"R133","1000","R0603","C21190" +"R134","8200","R0603","C25981" diff --git a/board_id/test.sh b/board_id/test.sh index 646a0e3..601db1b 100755 --- a/board_id/test.sh +++ b/board_id/test.sh @@ -65,7 +65,8 @@ #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 alphax_silver-b +#python3 gen_hellen_board_id.py alphax_silver-b +python3 gen_hellen_board_id.py chuma-a # do not forget to manually add new files into git # todo: one day make this a github action?