mirror of
https://github.com/meshtastic/web.git
synced 2026-07-31 06:56:28 -04:00
Bumps [better-result](https://github.com/dmmulroy/better-result) from 2.9.2 to 2.10.0. - [Release notes](https://github.com/dmmulroy/better-result/releases) - [Commits](https://github.com/dmmulroy/better-result/compare/v2.9.2...v2.10.0) --- updated-dependencies: - dependency-name: better-result dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@meshtastic/transport-web-serial
Overview
@meshtastic/transport-web-serial Provides Web Serial transport for Meshtastic
devices. Installation instructions are avaliable at
JSR
NPM
Usage
import { MeshDevice } from "@meshtastic/sdk";
import { TransportWebSerial } from "@meshtastic/transport-web-serial";
const transport = await TransportWebSerial.create();
const device = new MeshDevice(transport);
Stats
Compatibility
The Web Serial API's have limited support in browsers, compatibility is represented in the matrix below.
