From d2dd209df380694bf1a53b4c08924c59503dbcff Mon Sep 17 00:00:00 2001 From: liamcottle Date: Tue, 8 Apr 2025 14:00:25 +1200 Subject: [PATCH] fix comment --- examples/nodejs_serial_connection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nodejs_serial_connection.js b/examples/nodejs_serial_connection.js index 0ea6c2b..6787b0a 100644 --- a/examples/nodejs_serial_connection.js +++ b/examples/nodejs_serial_connection.js @@ -1,6 +1,6 @@ import NodeJSSerialConnection from "../src/connection/nodejs_serial_connection.js"; -// create tcp connection +// create serial connection const connection = new NodeJSSerialConnection("/dev/cu.usbmodem14401"); // wait until connected