diff --git a/app/page.tsx b/app/page.tsx index c3d8cf5..10cc3e3 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -3,7 +3,7 @@ import { useState, useEffect, useRef } from 'react'; export default function RobotDashboard() { - const PI_IP = '172.17.22.250'; + const PI_IP = '172.17.172.18'; const streamUrl = `http://${PI_IP}:8080/stream`; const [controlMode, setControlMode] = useState('gamepad');