From a673e7f8226782853d2f8b424838de6aa1d5c0e0 Mon Sep 17 00:00:00 2001 From: reng Date: Fri, 17 Oct 2025 11:36:45 +0800 Subject: [PATCH] update IP --- src/App.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/App.jsx b/src/App.jsx index c056671..d301d72 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -10,10 +10,12 @@ import { Light } from "./utils/light"; const DefaultFadeDuration = 3; // 1 second const CLIENT_COUNT = 13; const CUE_FILE = 'cuelist_1009.json'; + const OSC_BROADCAST_IP='192.168.51.255:8000'; const SCS_IP='192.168.51.100:58200'; +const UNITY_BROADCAST_IP = '192.168.51.255:9000'; + // const OSC_BROADCAST_IP = '192.168.234.255:8000'; -const UNITY_BROADCAST_IP = '192.168.234.255:9000'; // const SCS_IP = '192.168.234.41:58200';