update lang

This commit is contained in:
liamcottle 2025-04-08 14:54:36 +12:00
parent a781834bc7
commit e6ffafc195

View file

@ -26,7 +26,7 @@ npm install @liamcottle/meshcore.js
```
import { TCPConnection, NodeJSSerialConnection } from "@liamcottle/meshcore.js";
// serial connection are supported by "companion_radio_usb" firmware
// serial connections are supported by "companion_radio_usb" firmware
const connection = new NodeJSSerialConnection("/dev/cu.usbmodem14401");
// tcp connections are supported by "companion_radio_wifi" firmware