From 90937522ed151d54f3b604588145bd717ee86fdd Mon Sep 17 00:00:00 2001 From: Mqx <62719703+Mqxx@users.noreply.github.com> Date: Mon, 29 May 2023 22:08:46 +0200 Subject: [PATCH] Update Serial.ts --- ts/Serial.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/Serial.ts b/ts/Serial.ts index 8bb631a..7579e07 100644 --- a/ts/Serial.ts +++ b/ts/Serial.ts @@ -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;