Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandromrc committed Apr 3, 2023
1 parent 0236572 commit 784e15a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion reset_rp2040/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ const { SerialPort } = require('serialport')

async function Main() {
if (process.argv.length > 2) {
const drives = await drivelist.list();
const port = new SerialPort({
path: process.argv[2],
baudRate: 1200,
Expand Down

0 comments on commit 784e15a

Please sign in to comment.