Skip to content

Commit

Permalink
Merge pull request #103 from Hunter275/protobufs-and-serialconsole
Browse files Browse the repository at this point in the history
biome
  • Loading branch information
Hunter275 authored Aug 25, 2024
2 parents f45d65a + 1086c01 commit f0f63cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/adapters/nodeSerialConnection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export class NodeSerialConnection extends MeshDevice {
}

/** Gets list of serial ports that can be passed to `connect` as `portPath` */
// biome-ignore lint/suspicious/noExplicitAny: serialport/binding-interface
public async getPorts(): Promise<any[]> {
return SerialPort.SerialPort.list();
}
Expand Down
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import type {
BleConnection,
HttpConnection,
SerialConnection,
NodeSerialConnection,
SerialConnection,
} from "./adapters/index.js";
import type * as Protobuf from "./protobufs.js";

Expand Down

0 comments on commit f0f63cc

Please sign in to comment.