WIP wifi modem settings

This commit is contained in:
2025-10-02 22:53:38 +01:00
parent e11d914c5e
commit 054b0bf4ea
6 changed files with 174 additions and 70 deletions

View File

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