mirror of
https://github.com/meshtastic/web.git
synced 2025-12-30 19:17:58 -05:00
* Send heartbeat package to keep the serial connection alive * Update meshDevice.ts --------- Co-authored-by: philon- <philon-@users.noreply.github.com>
@meshtastic/core
Overview
@meshtastic/core Provides core functionality for interfacing with Meshtastic
devices. Installation instructions are available at
JSR
NPM
Usage
import { MeshDevice } from "@meshtastic/core";
// Transport if provided by one of the available transport adapters
const device = new MeshDevice(transport);