diff --git a/Dashboard/src/App.tsx b/Dashboard/src/App.tsx index 30992b0..b56e8ba 100644 --- a/Dashboard/src/App.tsx +++ b/Dashboard/src/App.tsx @@ -36,6 +36,16 @@ const App = () => { close send + { + const list = SerialPort.list(); + list.then((arg) => { console.log(arg); }); + }} + > + list + + ); };