Skip to content

Commit

Permalink
Update serialport (#1808)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez authored Jan 23, 2023
1 parent 5d5e301 commit a6a2e2d
Show file tree
Hide file tree
Showing 5 changed files with 7,593 additions and 182 deletions.
2 changes: 1 addition & 1 deletion lib/board.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const Serial = {
if (parseFloat(process.versions.nw) >= 0.13) {
serialport = require("browser-serialport");
} else {
serialport = require("serialport");
serialport = require("serialport").SerialPort;
}

// console.log(require);
Expand Down
Loading

0 comments on commit a6a2e2d

Please sign in to comment.