diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 11aa7b9..97b7615 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,3 +1,4 @@ +import logo from "@/assets/logo.png" import { Button } from "@/components/ui/button" import { useState } from "react" import { useNavigate } from "react-router-dom" @@ -47,20 +48,23 @@ export default function HomePage() { return (
- Browse a GitHub PlatformIO repo, scan environments, trigger a CI build — then flash the bundle over USB from - the same page with Web Serial (Chromium). -
++ An open ecosystem and web flasher for mesh plugins, extensions, and firmware. +
+{error}
: null}Try a demo
@@ -102,12 +106,6 @@ export default function HomePage() {
- Repo URLs: /owner/repo jumps to the latest SemVer tag,{" "}
- /owner/repo/tree/tag pins a tag or commit ref, or add{" "}
- /target/envName to deep-link a PlatformIO environment.
-