mirror of
https://github.com/meshtastic/web.git
synced 2026-07-31 06:56:28 -04:00
Ran pnpm oxfmt . This should get the web repo aligned so that we can better enforce oxfmt going forward.
@meshtastic/transport-node-serial
Overview
@meshtastic/transport-noden-node Provides Serial transport (Node) for Meshtastic
devices. Installation instructions are available at
JSR
NPM
Usage
import { MeshDevice } from "@meshtastic/sdk";
import { TransportNodeSerial } from "@meshtastic/transport-node-serial";
const transport = await TransportNodeSerial.create("/dev/cu.usbserial-0001");
const device = new MeshDevice(transport);