We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a781834 commit e6ffafcCopy full SHA for e6ffafc
README.md
@@ -26,7 +26,7 @@ npm install @liamcottle/meshcore.js
26
```
27
import { TCPConnection, NodeJSSerialConnection } from "@liamcottle/meshcore.js";
28
29
-// serial connection are supported by "companion_radio_usb" firmware
+// serial connections are supported by "companion_radio_usb" firmware
30
const connection = new NodeJSSerialConnection("/dev/cu.usbmodem14401");
31
32
// tcp connections are supported by "companion_radio_wifi" firmware
0 commit comments