Refactor camera configuration and overview snapshot hooks; update environment variables and changed camera names to A and B

This commit is contained in:
2025-09-30 11:11:46 +01:00
parent e11d914c5e
commit eb74c2c649
11 changed files with 24 additions and 69 deletions

View File

@@ -1,4 +1,4 @@
const rawCamBase = import.meta.env.VITE_OUTSIDE_BASEURL;
const rawCamBase = import.meta.env.VITE_AGX_BOX_URL;
export const CAM_BASE =
rawCamBase && rawCamBase.trim().length > 0
? rawCamBase