feat: update COM port terminology and refine button styling for touch support

This commit is contained in:
ws50529
2026-05-14 17:05:12 +08:00
parent 115fa001b7
commit 11e8ff8533
8 changed files with 2595 additions and 2580 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ def list_mcu_ports():
except HTTPException:
raise
except Exception as e:
raise HTTPException(status_code=500, detail=f"MCU 串口清單讀取失敗: {str(e)}")
raise HTTPException(status_code=500, detail=f"MCU COM Port清單讀取失敗: {str(e)}")
@app.post("/api/mcu/write")