Skip to content

Commit

Permalink
Discard changes to apps/node/src/index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
TejasvOnly authored Nov 21, 2024
1 parent ba0e40c commit c149ebb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/node/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const run = async () => {
} catch (error) {
connection = await DeviceConnectionSerialport.create();
}

const managerApp = await ManagerApp.create(connection);

const deviceInfo = await managerApp.getDeviceInfo();
Expand All @@ -54,7 +55,7 @@ const run = async () => {
// ? DeviceConnection.connect(d)
// : DeviceConnectionSerialport.connect(d),
// allowPrerelease: true,
// }); console.log('started');
// });
};

run();

0 comments on commit c149ebb

Please sign in to comment.