瀏覽代碼

Added v1 pcb

Toby Chui 14 小時之前
父節點
當前提交
55308b4afe

二進制
PCB/Gerber_Other-Small-Projects_Homelab-Power-Supply-Output-Terminal_2025-07-11.zip


文件差異過大導致無法顯示
+ 80 - 0
PCB/PCB_Homelab-Power-Supply-Output-Terminal_2025-07-11.json


+ 7 - 0
autopush.sh

@@ -0,0 +1,7 @@
+#!/bin/bash
+echo Enter commit notes:
+read commitmsg
+git pull
+git add *
+git commit -m "$commitmsg"
+git push

部分文件因文件數量過多而無法顯示