import type React from "react"; import toast from "react-hot-toast"; import { base16 } from "rfc4648"; import { IconButton } from "@app/components/IconButton.js"; import { Mono } from "@app/components/Mono.js"; import { useDevice } from "@core/providers/useDevice.js"; import { Hashicon } from "@emeraldpay/hashicon-react"; import { ArrowPathRoundedSquareIcon, EllipsisHorizontalIcon, } from "@heroicons/react/24/outline"; import { Protobuf } from "@meshtastic/meshtasticjs"; export const PeersPage = (): JSX.Element => { const { connection, nodes } = useDevice(); return (
| Name | Model | MAC Address | Versions | Last Heard | SNR | Edit |
|---|---|---|---|---|---|---|
|
|
|
|
{node.metadata ? (
<>
|
{new Date(node.data.lastHeard).toLocaleTimeString()} |
|
|