feat: update COM port terminology and refine button styling for touch support
This commit is contained in:
+1
-1
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user