From 0cd8abb897964263b995560e8170bf73e84da7a5 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Wed, 30 Jun 2021 09:51:39 +0200 Subject: [PATCH] Add serial port listing test --- Dashboard/src/App.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 + + ); };