Skip to content

Commit

Permalink
Update Serial.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqxx authored May 29, 2023
1 parent a1bf0a0 commit 9093752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/Serial.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { SerialFunctions } from "./interfaces/serial_functions.d.ts";
import { SerialOptions } from "./interfaces/serial_options.d.ts";
import { loadBinaryForOS } from "./load_binary_for_os.ts";

const pathToBinariesDirectory = './lib/bin';
const pathToBinariesDirectory = './ts/bin';

export class Serial {
private _isOpen : boolean;
Expand Down

0 comments on commit 9093752

Please sign in to comment.