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';