From d74a69ae1d41f1f664eb82282b82332a1a24c1cb Mon Sep 17 00:00:00 2001 From: "[Valentino Heman Budiarto]" <[hemanvalentino@gmail.com]> Date: Wed, 26 Aug 2026 19:01:59 +0700 Subject: [PATCH] . --- app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/page.tsx b/app/page.tsx index fac6573..c3d8cf5 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.19.107'; + const PI_IP = '172.17.22.250'; const streamUrl = `http://${PI_IP}:8080/stream`; const [controlMode, setControlMode] = useState('gamepad');