Open API with clent

This commit is contained in:
2024-03-10 19:13:28 +07:00
parent f1ccdb35bf
commit 4bc42d6ae9
5 changed files with 12 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ import { Board, Pin, PinMode } from "johnny-five";
const board: Board = new Board({
port: '/dev/ttyUSB0',
debug: false,
debug: true,
repl: false
});