This commit is contained in:
[Valentino Heman Budiarto] 2026-08-26 18:30:06 +07:00
parent 570306ee3c
commit 0a7ff2cedb

View File

@ -3,7 +3,7 @@
import { useState, useEffect, useRef } from 'react'; import { useState, useEffect, useRef } from 'react';
export default function RobotDashboard() { 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 streamUrl = `http://${PI_IP}:8080/stream`;
const [controlMode, setControlMode] = useState('gamepad'); const [controlMode, setControlMode] = useState('gamepad');