Robot FPV Dashboard
+ +- To get started, edit the page.tsx file. -
-- Looking for a starting point or more instructions? Head over to{" "} - - Templates - {" "} - or the{" "} - - Learning - {" "} - center. -
-From afbf3d14b53de29b1b97e43afdcfe0a17192863b Mon Sep 17 00:00:00 2001 From: "[Valentino Heman Budiarto]" <[hemanvalentino@gmail.com]> Date: Fri, 31 Jul 2026 14:03:31 +0700 Subject: [PATCH] First commit: Setup Next.js dan UI FPV Dashboard --- app/page.tsx | 78 ++++++++++++---------------------------------------- 1 file changed, 17 insertions(+), 61 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 3f36f7c..fd45a4d 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,65 +1,21 @@ -import Image from "next/image"; - export default function Home() { + const streamUrl = "http://172.17.19.107:5000/video_feed"; + return ( -
- Looking for a starting point or more instructions? Head over to{" "} - - Templates - {" "} - or the{" "} - - Learning - {" "} - center. -
-Menunggu koneksi Joystick...
+ ); -} +} \ No newline at end of file